projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7338d36
)
TIFF may omit compression tag.
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 1 Dec 2007 15:41:35 +0000
(15:41 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 1 Dec 2007 15:41:35 +0000
(15:41 +0000)
This fixes issue 276.
Originally committed as revision 11121 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tiff.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/tiff.c
b/libavcodec/tiff.c
index
6c1c346
..
9b8da24
100644
(file)
--- a/
libavcodec/tiff.c
+++ b/
libavcodec/tiff.c
@@
-422,6
+422,7
@@
static int decode_frame(AVCodecContext *avctx,
}
s->le = le;
s->invert = 0;
+ s->compr = TIFF_RAW;
// As TIFF 6.0 specification puts it "An arbitrary but carefully chosen number
// that further identifies the file as a TIFF file"
if(tget_short(&buf, le) != 42){