Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2013-06-09 22:03:33 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2014-04-23 21:57:44 +0400
commite2834567d73bd1e46478ba67ac133cb8ef5f50fd (patch)
tree93ec737c428f4a6629781467e6d32d5a2cafd2dd /libavformat
parentd7eb8f903338048c0b222d92357d67f5d3b54295 (diff)
On2 AVC decoder
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c2
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 */