summaryrefslogtreecommitdiff
path: root/libavformat/caf.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-07-12 16:09:10 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-07-12 16:09:10 +0200
commitafa218f372ad2616e6609e2c3b41ef458261a431 (patch)
treebdd6c7fa066da1ed10ce93bab13f987ee96666ed /libavformat/caf.c
parent8ced6f52ddd38491ca964557115b105c95851705 (diff)
downloadffmpeg-afa218f372ad2616e6609e2c3b41ef458261a431.tar.gz
Add another MP3 CAF codec tag.
Diffstat (limited to 'libavformat/caf.c')
-rw-r--r--libavformat/caf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/caf.c b/libavformat/caf.c
index d49cc0b9f3..1f3057dd63 100644
--- a/libavformat/caf.c
+++ b/libavformat/caf.c
@@ -45,6 +45,7 @@ const AVCodecTag ff_codec_caf_tags[] = {
{ CODEC_ID_MACE3, MKBETAG('M','A','C','3') },
{ CODEC_ID_MACE6, MKBETAG('M','A','C','6') },
{ CODEC_ID_MP3, MKBETAG('.','m','p','3') },
+ { CODEC_ID_MP3, MKBETAG('m','s', 0 ,'U') },
{ CODEC_ID_MP2, MKBETAG('.','m','p','2') },
{ CODEC_ID_MP1, MKBETAG('.','m','p','1') },
{ CODEC_ID_PCM_ALAW, MKBETAG('a','l','a','w') },