diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c index 83180f08b5..d9f33d703c 100644 --- a/libavcodec/avrndec.c +++ b/libavcodec/avrndec.c @@ -126,5 +126,6 @@ AVCodec ff_avrn_decoder = { .close = end, .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("AVRn"), + .capabilities = CODEC_CAP_DR1, };