mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-13 22:58:40 +00:00
avrndec: add DR1 capability flag
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b1acf5d7a6
commit
9e5f79ed8a
@ -126,5 +126,6 @@ AVCodec ff_avrn_decoder = {
|
||||
.close = end,
|
||||
.decode = decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVRn"),
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user