Commit f8d899e7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent 21f056e8
...@@ -458,7 +458,7 @@ static picture_pool_t *Pool (vout_display_t *vd, unsigned requested_count) ...@@ -458,7 +458,7 @@ static picture_pool_t *Pool (vout_display_t *vd, unsigned requested_count)
static void PictureRender (vout_display_t *vd, picture_t *pic) static void PictureRender (vout_display_t *vd, picture_t *pic)
{ {
vout_display_sys_t *sys = vd->sys; vout_display_sys_t *sys = vd->sys;
vout_display_opengl_Prepare (&sys->vgl, pic); vout_display_opengl_Prepare (&sys->vgl, pic);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment