Mercurial > libavformat.hg
changeset 4802:f83f6caa42bc libavformat
add another dv fourcc CDVH
author | compn |
---|---|
date | Wed, 01 Apr 2009 00:45:28 +0000 |
parents | 75909b3e57c2 |
children | 5db2a30c80f6 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Mon Mar 30 21:37:04 2009 +0000 +++ b/riff.c Wed Apr 01 00:45:28 2009 +0000 @@ -97,6 +97,7 @@ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') }, { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') }, { CODEC_ID_DVVIDEO, MKTAG('c', 'd', 'v', 'c') }, /* Canopus DV */ + { CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', 'H') }, /* Canopus DV */ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },