diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 6c1c346e61..9b8da24e20 100644 --- 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){