aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2009-04-17 19:17:14 +0000
committerJai Menon <jmenon86@gmail.com>2009-04-17 19:17:14 +0000
commitb24bbbb4da4ee8950a876ce6706aa3a03236fdd9 (patch)
tree9ddaf6499699637695474f82dd90298d657fe46e /libavformat
parente5986d0427818bbdfceec3c8db2ff0a755275959 (diff)
downloadffmpeg-b24bbbb4da4ee8950a876ce6706aa3a03236fdd9.tar.gz
Introduce codec id for MPEG-4 ALS and associate it with corresponding
AudioObjectType. Also bump libavcodec minor version. Originally committed as revision 18591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 175c2c2482..f68e7aeac4 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -384,6 +384,7 @@ static const AVCodecTag mp4_audio_types[] = {
{ CODEC_ID_MP3ON4, AOT_L1 }, /* layer 1 */
{ CODEC_ID_MP3ON4, AOT_L2 }, /* layer 2 */
{ CODEC_ID_MP3ON4, AOT_L3 }, /* layer 3 */
+ { CODEC_ID_MP4ALS, AOT_ALS }, /* MPEG-4 ALS */
{ CODEC_ID_NONE, AOT_NULL },
};