diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-06-09 20:03:33 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2014-04-23 19:57:44 +0200 |
commit | e2834567d73bd1e46478ba67ac133cb8ef5f50fd (patch) | |
tree | 93ec737c428f4a6629781467e6d32d5a2cafd2dd /libavformat | |
parent | d7eb8f903338048c0b222d92357d67f5d3b54295 (diff) | |
download | ffmpeg-e2834567d73bd1e46478ba67ac133cb8ef5f50fd.tar.gz |
On2 AVC decoder
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 67300df12a..0e16ec74bc 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -395,6 +395,8 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_ADPCM_G722, 0x028F }, { AV_CODEC_ID_IMC, 0x0401 }, { AV_CODEC_ID_IAC, 0x0402 }, + { AV_CODEC_ID_ON2AVC, 0x0500 }, + { AV_CODEC_ID_ON2AVC, 0x0501 }, { AV_CODEC_ID_GSM_MS, 0x1500 }, { AV_CODEC_ID_TRUESPEECH, 0x1501 }, /* ADTS AAC */ |