avcodec/zmbv: decoder supports init_cleanup capability

This commit is contained in:
Paul B Mahol 2018-09-08 21:30:54 +02:00
parent 337b9e190b
commit 6e15495bcb
1 changed files with 1 additions and 0 deletions

View File

@ -647,4 +647,5 @@ AVCodec ff_zmbv_decoder = {
.close = decode_end,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};