]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/remoteosd.c
Removed vout_CopyPicture in favor of picture_Copy.
[vlc] / modules / video_filter / remoteosd.c
index a6a253bfa457e43c458109caf8bacc809f72eb06..276a999ba70b6872e4ca3d11b7509b7c9daa1475 100644 (file)
@@ -1172,7 +1172,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
     }
 
     /* FIXME the copy is probably not needed anymore */
-    vout_CopyPicture( p_filter, p_region->p_picture, p_pic );
+    picture_Copy( p_region->p_picture, p_pic );
 
     p_sys->b_need_update = false;