diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-02 21:07:02 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-05 18:30:54 +0200 |
commit | c6061443f766b31b6601c36a832760ebd917c8ad (patch) | |
tree | c78aa3bf9498b0d2d6104c786bcb3ddea1532df4 /libavformat | |
parent | 34271cabacb20f24ad07bff818e3447330cdd851 (diff) | |
download | ffmpeg-c6061443f766b31b6601c36a832760ebd917c8ad.tar.gz |
Indeo Audio decoder
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 8a913452a7..922a863a84 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -322,6 +322,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { CODEC_ID_ATRAC3, 0x0270 }, { CODEC_ID_ADPCM_G722, 0x028F }, { CODEC_ID_IMC, 0x0401 }, + { CODEC_ID_IAC, 0x0402 }, { CODEC_ID_GSM_MS, 0x1500 }, { CODEC_ID_TRUESPEECH, 0x1501 }, { CODEC_ID_AAC, 0x1600 }, /* ADTS AAC */ |