]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.c
aacenc: allocate a larger buffer for the TNS LPC context
[ffmpeg] / libavcodec / tiff.c
index d5584a56367406024b006cd7c555974a0e3ccbbc..d5c6398a17c49df8a90a389845891b6d8bc2a63e 100644 (file)
@@ -460,11 +460,7 @@ static int tiff_unpack_fax(TiffContext *s, uint8_t *dst, int stride,
                "Error allocating temporary buffer\n");
         return AVERROR(ENOMEM);
     }
-    if (s->fax_opts & 2) {
-        avpriv_request_sample(s->avctx, "Uncompressed fax mode");
-        av_free(src2);
-        return AVERROR_PATCHWELCOME;
-    }
+
     if (!s->fill_order) {
         memcpy(src2, src, size);
     } else {