diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index b7f4db31704c8427c3758a9ff202cadc9fde551b..720a6cf622d0067aacbd055812941fd28166f922 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"), };