diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-27 13:24:15 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-27 13:41:54 +0100 |
commit | a66243a2014c4ce689b5514f82effeecf6fc20eb (patch) | |
tree | 2a2330b2a3716f82bd5662f16880c564531ded15 /libavformat/aiff.h | |
parent | b95b8e5a2269f8fe6c137a5994b7d273545993d9 (diff) | |
download | ffmpeg-a66243a2014c4ce689b5514f82effeecf6fc20eb.tar.gz |
avformat/aiff: add ADP4 DVI ADPCM support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 392f326be9..2a87d6e832 100644 --- a/libavformat/aiff.h +++ b/libavformat/aiff.h @@ -53,6 +53,7 @@ static const AVCodecTag ff_codec_aiff_tags[] = { { AV_CODEC_ID_QDM2, MKTAG('Q','D','M','2') }, { AV_CODEC_ID_QCELP, MKTAG('Q','c','l','p') }, { AV_CODEC_ID_SDX2_DPCM, MKTAG('S','D','X','2') }, + { AV_CODEC_ID_ADPCM_IMA_WS, MKTAG('A','D','P','4') }, { AV_CODEC_ID_NONE, 0 }, }; |