Commit c2cbe58c authored by Paul B Mahol's avatar Paul B Mahol

paf: add forgotten CODEC_CAP_DR1

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3e3e414f
......@@ -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"),
};
......
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