diff options
author | Baptiste Coudurier | 2008-04-24 17:16:13 +0000 |
---|---|---|
committer | Baptiste Coudurier | 2008-04-24 17:16:13 +0000 |
commit | 76f34857ce056235556bcfff259b4bcf41035b02 (patch) | |
tree | 551b1c0aef71ac873e40c40b87a6ac7ca1e80e0e /libavformat/isom.c | |
parent | 5cd505e01f43bf0d9457ac7cbe6542647ea52d3f (diff) |
qcelp fourcc
Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index e6668b9b0a..56c69eb307 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -161,6 +161,10 @@ const AVCodecTag codec_movaudio_tags[] = { { CODEC_ID_GSM, MKTAG('a', 'g', 's', 'm') }, { CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */ + + { CODEC_ID_QCELP, MKTAG('Q','c','l','p') }, + { CODEC_ID_QCELP, MKTAG('s','q','c','p') }, /* ISO Media fourcc */ + { CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */ { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') }, |