[Ffmpeg-cvslog] r8852 - trunk/libavformat/aiff.c
kostya
subversion
Fri Apr 27 19:19:07 CEST 2007
Author: kostya
Date: Fri Apr 27 19:19:07 2007
New Revision: 8852
Log:
Support for newer MacOSX AIFF
Modified:
trunk/libavformat/aiff.c
Modified: trunk/libavformat/aiff.c
==============================================================================
--- trunk/libavformat/aiff.c (original)
+++ trunk/libavformat/aiff.c Fri Apr 27 19:19:07 2007
@@ -36,6 +36,7 @@ static const AVCodecTag 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_S16LE, MKTAG('s','o','w','t') },
{ 0, 0 },
};
More information about the ffmpeg-cvslog
mailing list