summaryrefslogtreecommitdiff
path: root/libavcodec/avrndec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avrndec.c')
-rw-r--r--libavcodec/avrndec.c1
1 files changed, 1 insertions, 0 deletions
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,
};