]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/remoteosd.c
Use filter helpers.
[vlc] / modules / video_filter / remoteosd.c
index b7fbc78ccd5633883964c98cc926298cdec3c9a9..34c86dc122ceee432df63c0b5eadd345152eadc2 100644 (file)
@@ -1134,7 +1134,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
     }
 
     /* Allocate the subpicture internal data. */
-    p_spu = p_filter->pf_sub_buffer_new( p_filter );
+    p_spu = filter_NewSubpicture( p_filter );
     if( !p_spu )
     {
         vlc_mutex_unlock( &p_sys->lock );