[vlc-commits] demux: mp4: map the AAC-LC objectProfileIndication
Francois Cartegnie
git at videolan.org
Tue Feb 28 17:30:39 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Feb 28 13:16:40 2017 +0100| [e43cebbf71451c126c357ac0e0270ffc555ea973] | committer: Francois Cartegnie
demux: mp4: map the AAC-LC objectProfileIndication
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e43cebbf71451c126c357ac0e0270ffc555ea973
---
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 a75b83c..5a7f36d 100644
--- a/modules/demux/mp4/essetup.c
+++ b/modules/demux/mp4/essetup.c
@@ -59,6 +59,7 @@ static void SetupESDS( demux_t *p_demux, mp4_track_t *p_track, const MP4_descrip
p_track->fmt.i_codec = VLC_CODEC_H264;
break;
case( 0x40):
+ case( 0x41):
p_track->fmt.i_codec = VLC_CODEC_MP4A;
if( p_decconfig->i_decoder_specific_info_len >= 2 &&
p_decconfig->p_decoder_specific_info[0] == 0xF8 &&
More information about the vlc-commits
mailing list