summaryrefslogtreecommitdiff
path: root/libavcodec/avrndec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-20 03:31:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-20 03:31:41 +0200
commit9e5f79ed8a978450744caceaeec06ef37669d59d (patch)
tree8221130835fea09f0f67b82eb4c8ddd7ef19d892 /libavcodec/avrndec.c
parentb1acf5d7a646b98df9bbc59650baf6ded024ec86 (diff)
avrndec: add DR1 capability flag
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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,
};