diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index b7f4db3170..720a6cf622 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -542,7 +542,7 @@ AVCodec tiff_decoder = { NULL, tiff_end, decode_frame, - 0, + CODEC_CAP_DR1, NULL, .long_name = NULL_IF_CONFIG_SMALL("TIFF image"), };