[FFmpeg-cvslog] AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)

Mike Melanson git at videolan.org
Sat Nov 12 03:02:01 CET 2011


ffmpeg | branch: master | Mike Melanson <mike at multimedia.cx> | Mon Nov  7 23:28:02 2011 -0800| [45fcb86cf86a0dca43a196e927817efb188fd7da] | committer: Anton Khirnov

AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

 libavformat/aiff.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/aiff.h b/libavformat/aiff.h
index cd2bd25..3190a22 100644
--- a/libavformat/aiff.h
+++ b/libavformat/aiff.h
@@ -43,6 +43,7 @@ static const AVCodecTag ff_codec_aiff_tags[] = {
     { CODEC_ID_MACE6,        MKTAG('M','A','C','6') },
     { CODEC_ID_GSM,          MKTAG('G','S','M',' ') },
     { CODEC_ID_ADPCM_G726,   MKTAG('G','7','2','6') },
+    { CODEC_ID_PCM_S16BE,    MKTAG('t','w','o','s') },
     { CODEC_ID_PCM_S16LE,    MKTAG('s','o','w','t') },
     { CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') },
     { CODEC_ID_QDM2,         MKTAG('Q','D','M','2') },



More information about the ffmpeg-cvslog mailing list