diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index b5a9a4dba7..5851e538e5 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -1133,7 +1133,7 @@ AVCodec indeo3_decoder = { NULL, indeo3_decode_end, indeo3_decode_frame, - 0, + CODEC_CAP_DR1, NULL, .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), };