Mercurial > libavformat.hg
changeset 4306:346301dcdd18 libavformat
pvez avi fourcc is truemotion1
author | compn |
---|---|
date | Thu, 29 Jan 2009 15:33:19 +0000 |
parents | 3e1bf36d7c73 |
children | 610dce2b600a |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Wed Jan 28 13:37:26 2009 +0000 +++ b/riff.c Thu Jan 29 15:33:19 2009 +0000 @@ -161,6 +161,7 @@ { CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') }, { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, { CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') }, + { CODEC_ID_TRUEMOTION1, MKTAG('P', 'V', 'E', 'Z') }, { CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') }, { CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') }, { CODEC_ID_SNOW, MKTAG('S', 'N', 'O', 'W') },