projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b0535
)
add another dv fourcc CDVH
author
Ben Littler
<tempn@twmi.rr.com>
Wed, 1 Apr 2009 00:45:28 +0000
(
00:45
+0000)
committer
Ben Littler
<tempn@twmi.rr.com>
Wed, 1 Apr 2009 00:45:28 +0000
(
00:45
+0000)
Originally committed as revision 18293 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
c0bccb9
..
8dda623
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-97,6
+97,7
@@
const AVCodecTag codec_bmp_tags[] = {
{ 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') },