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
(from parent 1:
bea1837
)
Add 'PNG1' to PNG fourcc codes.
author
Thilo Borgmann
<thilo.borgmann@googlemail.com>
Fri, 10 Apr 2009 12:18:04 +0000
(12:18 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Fri, 10 Apr 2009 12:18:04 +0000
(12:18 +0000)
Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm.
Originally committed as revision 18415 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
3665176
..
5a3c480
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-198,6
+198,7
@@
const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
{ CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') },
{ CODEC_ID_PNG, MKTAG('M', 'P', 'N', 'G') },
+ { CODEC_ID_PNG, MKTAG('P', 'N', 'G', '1') },
{ CODEC_ID_CLJR, MKTAG('c', 'l', 'j', 'r') },
{ CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
{ CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') },