[vlc-commits] demux: mp4: split es setup
Francois Cartegnie
git at videolan.org
Tue Oct 14 14:04:21 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Sep 27 17:46:12 2014 +0200| [1e1dbbe337ec66d499f4ffc50643c080ddc850b4] | committer: Francois Cartegnie
demux: mp4: split es setup
Split es setup so we only call dedicated setup per handler.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e1dbbe337ec66d499f4ffc50643c080ddc850b4
---
modules/demux/Makefile.am | 3 +-
modules/demux/mp4/essetup.c | 786 +++++++++++++++++++++++++++++++++++++++++++
modules/demux/mp4/essetup.h | 31 ++
modules/demux/mp4/libmp4.h | 4 +-
modules/demux/mp4/mp4.c | 732 +---------------------------------------
5 files changed, 832 insertions(+), 724 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1e1dbbe337ec66d499f4ffc50643c080ddc850b4
More information about the vlc-commits
mailing list