[SCM] libav/experimental: Add MP4 object type for ALS.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:44 UTC 2013


The following commit has been merged in the experimental branch:
commit c3988a59ce13161aa6a500ed0c13130536ccec9d
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sun Nov 22 18:13:22 2009 +0000

    Add MP4 object type for ALS.
    
    Originally committed as revision 20578 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 5830ce9..ae16532 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -32,6 +32,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
     { CODEC_ID_MPEG4     , 0x20 },
     { CODEC_ID_H264      , 0x21 },
     { CODEC_ID_AAC       , 0x40 },
+    { CODEC_ID_MP4ALS    , 0x40 }, /* 14496-3 ALS */
     { CODEC_ID_MPEG2VIDEO, 0x61 }, /* MPEG2 Main */
     { CODEC_ID_MPEG2VIDEO, 0x60 }, /* MPEG2 Simple */
     { CODEC_ID_MPEG2VIDEO, 0x62 }, /* MPEG2 SNR */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list