bmv: add CODEC_CAP_DR1

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-07-06 01:16:40 +00:00
parent 894319e010
commit 6936111d66
1 changed files with 1 additions and 0 deletions

View File

@ -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"),
};