mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
paf: add forgotten CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
3e3e414fe4
commit
c2cbe58cd4
@ -439,6 +439,7 @@ AVCodec ff_paf_video_decoder = {
|
||||
.init = paf_vid_init,
|
||||
.close = paf_vid_close,
|
||||
.decode = paf_vid_decode,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Amazing Studio Packed Animation File Video"),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user