Commit 9e5f79ed authored by Michael Niedermayer's avatar Michael Niedermayer

avrndec: add DR1 capability flag

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b1acf5d7
......@@ -126,5 +126,6 @@ AVCodec ff_avrn_decoder = {
.close = end,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("AVRn"),
.capabilities = CODEC_CAP_DR1,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment