]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/logo.c
Use pl_Yield and pl_Release everywhere.
[vlc] / modules / video_filter / logo.c
index 541fc196a14a1063d95cf27b08f9514b328a4f51..f274dc2f67195a23c325834129e5d80296d259bd 100644 (file)
@@ -819,7 +819,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
     p_pic = p_logo->p_pic;
 
     /* 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_logo_list->lock );