git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d685b4
)
pvez avi fourcc is truemotion1
author
Ben Littler
<tempn@twmi.rr.com>
Thu, 29 Jan 2009 15:33:19 +0000
(15:33 +0000)
committer
Ben Littler
<tempn@twmi.rr.com>
Thu, 29 Jan 2009 15:33:19 +0000
(15:33 +0000)
Originally committed as revision 16850 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
ef367bf
..
59a23ae
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-161,6
+161,7
@@
const AVCodecTag codec_bmp_tags[] = {
{ 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') },