summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2006-08-20 19:08:05 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2006-08-20 19:08:05 +0000
commit6c496518e809fb9441dbaf74178b6b4de0cc686c (patch)
treed6bee2634304114f3b9679f38f88b4af7401a0ba /libavformat/isom.c
parent27cd2c10b045a412a4fc571475ef852ceb08208c (diff)
Added codec id for QCELP.
Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index f4b468deb4..cdd079e5c4 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -43,6 +43,7 @@ const CodecTag ff_mov_obj_type[] = {
{ CODEC_ID_MJPEG , 108 },
{ CODEC_ID_PCM_S16LE , 224 },
{ CODEC_ID_VORBIS , 221 },
+ { CODEC_ID_QCELP , 225 },
{ CODEC_ID_AC3 , 226 },
{ CODEC_ID_PCM_ALAW , 227 },
{ CODEC_ID_PCM_MULAW , 228 },