diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2006-08-20 19:08:05 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2006-08-20 19:08:05 +0000 |
commit | 6c496518e809fb9441dbaf74178b6b4de0cc686c (patch) | |
tree | d6bee2634304114f3b9679f38f88b4af7401a0ba /libavformat/isom.c | |
parent | 27cd2c10b045a412a4fc571475ef852ceb08208c (diff) | |
download | ffmpeg-6c496518e809fb9441dbaf74178b6b4de0cc686c.tar.gz |
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.c | 1 |
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 }, |