Mercurial > libavformat.hg
changeset 4961:0608a5e415e9 libavformat
Support YVU9 AVI 4cc.
Fixes issue1068.
author | michael |
---|---|
date | Tue, 26 May 2009 03:51:00 +0000 |
parents | f8637caf2f37 |
children | 66a7afa20cc7 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Tue May 26 01:14:10 2009 +0000 +++ b/riff.c Tue May 26 03:51:00 2009 +0000 @@ -141,6 +141,7 @@ { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') }, { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') }, { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'U', '9') }, { CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },