Mercurial > libavformat.hg
changeset 1290:423559fc3de3 libavformat
WVC1 is now decodeable with VC-1 decoder.
author | kostya |
---|---|
date | Mon, 04 Sep 2006 04:25:47 +0000 |
parents | 6db39fb15d60 |
children | 185190bdc185 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Mon Sep 04 03:33:11 2006 +0000 +++ b/riff.c Mon Sep 04 04:25:47 2006 +0000 @@ -142,6 +142,7 @@ { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '0') }, { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') }, { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') }, + { CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') }, { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') }, { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') }, { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },