[FFmpeg-cvslog] Add another MP3 CAF codec tag.

Carl Eugen Hoyos git at videolan.org
Tue Jul 12 16:11:13 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Jul 12 16:09:10 2011 +0200| [afa218f372ad2616e6609e2c3b41ef458261a431] | committer: Carl Eugen Hoyos

Add another MP3 CAF codec tag.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=afa218f372ad2616e6609e2c3b41ef458261a431
---

 libavformat/caf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/caf.c b/libavformat/caf.c
index d49cc0b..1f3057d 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') },



More information about the ffmpeg-cvslog mailing list