diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-06-09 01:10:36 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-06-09 01:10:36 +0200 |
commit | c153ea4756ce41b9d09f864972b3bffe0ac0b8d4 (patch) | |
tree | 11063ff188c92c5e8fefc8be513f2de4c10aa2e9 /libavformat/aiff.h | |
parent | b77e58aad331e81623013f6476ae366d5d2e80ee (diff) | |
download | ffmpeg-c153ea4756ce41b9d09f864972b3bffe0ac0b8d4.tar.gz |
Support decoding G.722 in aiff.
Diffstat (limited to 'libavformat/aiff.h')
-rw-r--r-- | libavformat/aiff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/aiff.h b/libavformat/aiff.h index b3ef577ff3..c13bcc065d 100644 --- a/libavformat/aiff.h +++ b/libavformat/aiff.h @@ -45,6 +45,7 @@ static const AVCodecTag ff_codec_aiff_tags[] = { { 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',' ') }, + { AV_CODEC_ID_ADPCM_G722, MKTAG('G','7','2','2') }, { AV_CODEC_ID_ADPCM_G726, MKTAG('G','7','2','6') }, { AV_CODEC_ID_PCM_S16BE, MKTAG('t','w','o','s') }, { AV_CODEC_ID_PCM_S16LE, MKTAG('s','o','w','t') }, |