From e2834567d73bd1e46478ba67ac133cb8ef5f50fd Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 9 Jun 2013 20:03:33 +0200 Subject: On2 AVC decoder --- libavformat/riff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/riff.c') 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 */ -- cgit v1.2.3