OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209f92d
)
riff: add dvis/pdvc FourCCs
author
Piotr Bandurski
<ami_stuff@o2.pl>
Sun, 15 Jul 2012 10:49:27 +0000
(12:49 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 15 Jul 2012 12:49:32 +0000
(14:49 +0200)
samples:
http://www.datafilehost.com/download-
4b49270d
.html
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
2eeb16a
..
70038f3
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-120,6
+120,8
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') },
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') },
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') },
+ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'i', 's') },
+ { CODEC_ID_DVVIDEO, MKTAG('p', 'd', 'v', 'c') },
{ CODEC_ID_DVVIDEO, MKTAG('S', 'L', '2', '5') },
{ CODEC_ID_DVVIDEO, MKTAG('S', 'L', 'D', 'V') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },