vlc | branch: master | Zhao Zhili <[email protected]> | Fri Apr 27 17:42:38 2018 +0800| [5b9d21e00f956e45b39ceac4581982ddcb79a343] | committer: Jean-Baptiste Kempf
demux: mp4: remove dead code Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b9d21e00f956e45b39ceac4581982ddcb79a343 --- modules/demux/mp4/mp4.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c index c15407494b..e3786e5124 100644 --- a/modules/demux/mp4/mp4.c +++ b/modules/demux/mp4/mp4.c @@ -5138,5 +5138,3 @@ static void MP4ASF_ResetFrames( demux_sys_t *p_sys ) } } } - -#undef BOXDATA _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
