]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_epg.c
Gives the needed DPB size when requesting a vout.
[vlc] / src / video_output / video_epg.c
index 5f894573a1a9fec5498bad028e192b76f733ef0f..48d31d76c87dc7a1af5535f8092118b600b8f8ff 100644 (file)
@@ -315,7 +315,7 @@ int vout_OSDEpg( vout_thread_t *p_vout, input_item_t *p_input )
     p_spu->b_absolute = true;
     p_spu->b_fade = true;
 
-    spu_DisplaySubpicture( vout_GetSpu( p_vout ), p_spu );
+    vout_PutSubpicture( p_vout, p_spu );
 
     return VLC_SUCCESS;
 }