vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Aug 18 21:13:05 2014 +0300| [af4fab956969b64c1e027bd1deb84ad5011f2576] | committer: Rémi Denis-Courmont
zvbi: dead code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af4fab956969b64c1e027bd1deb84ad5011f2576 --- modules/codec/zvbi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c index bd5599f..209c64f 100644 --- a/modules/codec/zvbi.c +++ b/modules/codec/zvbi.c @@ -479,12 +479,6 @@ exit: error: vbi_unref_page( &p_page ); - if( p_spu != NULL ) - { - decoder_DeleteSubpicture( p_dec, p_spu ); - p_spu = NULL; - } - block_Release( p_block ); return NULL; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
