]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/logo.c
Changed subpicture_region_t->picture into a picture_t *
[vlc] / modules / video_filter / logo.c
index 4c7321da3ff065ab3fbdc81a9433e034b660e0cd..9e1791b4629fa0df4e5c1576e792c511f15bbdf3 100644 (file)
@@ -873,7 +873,8 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
         return NULL;
     }
 
-    vout_CopyPicture( p_filter, &p_region->picture, p_pic );
+    /* FIXME the copy is probably not needed anymore */
+    vout_CopyPicture( p_filter, &p_region->p_picture, p_pic );
     vlc_mutex_unlock( &p_logo_list->lock );
 
     /*  where to locate the logo: */