diff options
Diffstat (limited to 'ffmpeg/libavformat/aiff.h')
| -rw-r--r-- | ffmpeg/libavformat/aiff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ffmpeg/libavformat/aiff.h b/ffmpeg/libavformat/aiff.h index b3ef577..4470254 100644 --- a/ffmpeg/libavformat/aiff.h +++ b/ffmpeg/libavformat/aiff.h @@ -45,7 +45,8 @@ 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_G726, MKTAG('G','7','2','6') }, + { AV_CODEC_ID_ADPCM_G722, MKTAG('G','7','2','2') }, + { AV_CODEC_ID_ADPCM_G726LE, 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') }, { AV_CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') }, |
