Mercurial > libavformat.hg
changeset 1973:a2bb063b75b7 libavformat
WMVA
author | michael |
---|---|
date | Sun, 01 Apr 2007 01:09:56 +0000 |
parents | f25d798425c9 |
children | 51c5fe603dba |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Sat Mar 31 16:27:22 2007 +0000 +++ b/riff.c Sun Apr 01 01:09:56 2007 +0000 @@ -156,6 +156,7 @@ { 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_VC1, MKTAG('W', 'M', 'V', 'A') }, { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') }, { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') }, { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },