Skip to content
Snippets Groups Projects
Commit 6936111d authored by Paul B Mahol's avatar Paul B Mahol
Browse files

bmv: add CODEC_CAP_DR1


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent 894319e0
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,7 @@ AVCodec ff_bmv_video_decoder = {
.init = decode_init,
.close = decode_end,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Discworld II BMV video"),
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment