[FFmpeg-cvslog] r11121 - trunk/libavcodec/tiff.c

kostya subversion
Sat Dec 1 16:41:36 CET 2007


Author: kostya
Date: Sat Dec  1 16:41:35 2007
New Revision: 11121

Log:
TIFF may omit compression tag.

This fixes issue 276.


Modified:
   trunk/libavcodec/tiff.c

Modified: trunk/libavcodec/tiff.c
==============================================================================
--- trunk/libavcodec/tiff.c	(original)
+++ trunk/libavcodec/tiff.c	Sat Dec  1 16:41:35 2007
@@ -422,6 +422,7 @@ static int decode_frame(AVCodecContext *
     }
     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){




More information about the ffmpeg-cvslog mailing list