X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvideo_output%2Fvout_subpictures.c;h=353ec359ba6c094cbbe830683e8468b251159d85;hb=5cd2d0765f9d6f9c54b51c97a67305206f82a5f7;hp=4f8512dbec506142571e6daa24b7a7cbe3c1ce9e;hpb=066cd24ee742f31c20d6c43cf3f096178f2faf50;p=vlc diff --git a/src/video_output/vout_subpictures.c b/src/video_output/vout_subpictures.c index 4f8512dbec..353ec359ba 100644 --- a/src/video_output/vout_subpictures.c +++ b/src/video_output/vout_subpictures.c @@ -379,10 +379,6 @@ void spu_RenderSubpictures( spu_t *p_spu, p_subpic != NULL; p_subpic = p_subpic->p_next ) { - /* TODO remove pre-render */ - if( p_subpic->pf_pre_render ) - p_subpic->pf_pre_render( p_spu, p_subpic, p_fmt_dst ); - if( p_subpic->pf_update_regions ) { video_format_t fmt_org = *p_fmt_dst;