[vlc-commits] demux: mp4: add unspecified 0x0
Francois Cartegnie
git at videolan.org
Sat Feb 16 17:02:45 CET 2019
vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 13 12:10:45 2019 +0100| [cd5024b886da223155b5dea0ec9dd908b097742e] | committer: Jean-Baptiste Kempf
demux: mp4: add unspecified 0x0
(cherry picked from commit d00274a08c8f3b4cdbd55cb88971fa6158f69cfb)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=cd5024b886da223155b5dea0ec9dd908b097742e
---
modules/demux/mp4/essetup.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/mp4/essetup.c b/modules/demux/mp4/essetup.c
index 133202d0ec..86c455734e 100644
--- a/modules/demux/mp4/essetup.c
+++ b/modules/demux/mp4/essetup.c
@@ -1056,6 +1056,7 @@ int SetupAudioES( demux_t *p_demux, mp4_track_t *p_track, MP4_Box_t *p_sample )
break;
}
+ case 0x0000000:
case( VLC_FOURCC( 'r', 'a', 'w', ' ' ) ):
case( VLC_FOURCC( 'N', 'O', 'N', 'E' ) ):
{
More information about the vlc-commits
mailing list