[FFmpeg-cvslog] aiff: support in24/in32 tags
Piotr Bandurski
git at videolan.org
Sun Dec 16 12:33:58 CET 2012
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Sun Dec 16 10:39:18 2012 +0000| [5648069270d5f8bcd1cc594d59ccda0b890cc79b] | committer: Paul B Mahol
aiff: support in24/in32 tags
Supported by QuickTime, libaudiofile and Csound.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5648069270d5f8bcd1cc594d59ccda0b890cc79b
---
libavformat/aiff.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/aiff.h b/libavformat/aiff.h
index 5521568..b3ef577 100644
--- a/libavformat/aiff.h
+++ b/libavformat/aiff.h
@@ -40,6 +40,8 @@ static const AVCodecTag ff_codec_aiff_tags[] = {
{ AV_CODEC_ID_PCM_F64BE, MKTAG('f','l','6','4') },
{ AV_CODEC_ID_PCM_ALAW, MKTAG('a','l','a','w') },
{ AV_CODEC_ID_PCM_MULAW, MKTAG('u','l','a','w') },
+ { AV_CODEC_ID_PCM_S24BE, MKTAG('i','n','2','4') },
+ { AV_CODEC_ID_PCM_S32BE, MKTAG('i','n','3','2') },
{ AV_CODEC_ID_MACE3, MKTAG('M','A','C','3') },
{ AV_CODEC_ID_MACE6, MKTAG('M','A','C','6') },
{ AV_CODEC_ID_GSM, MKTAG('G','S','M',' ') },
More information about the ffmpeg-cvslog
mailing list