[vlc-commits] demux: libmp4: add quicktime mp4a/wave/mp4a rule
Francois Cartegnie
git at videolan.org
Thu Oct 9 00:08:10 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Oct 9 00:01:37 2014 +0200| [563660302175edd4d00a2ef96993c7021253c72b] | committer: Francois Cartegnie
demux: libmp4: add quicktime mp4a/wave/mp4a rule
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=563660302175edd4d00a2ef96993c7021253c72b
---
modules/demux/mp4/libmp4.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c
index 766939c..3538fad 100644
--- a/modules/demux/mp4/libmp4.c
+++ b/modules/demux/mp4/libmp4.c
@@ -3487,6 +3487,7 @@ static const struct
{ ATOM_tref, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_trak },
{ ATOM_gmhd, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_minf },
{ ATOM_wave, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_stsd },
+ { ATOM_wave, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_mp4a }, /* some quicktime mp4a/wave/mp4a.. */
{ ATOM_wave, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_WMA2 }, /* flip4mac */
{ ATOM_ilst, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_meta },
{ ATOM_mvex, MP4_ReadBoxContainer, MP4_FreeBox_Common, ATOM_moov },
More information about the vlc-commits
mailing list