Commit 6e15495b authored by Paul B Mahol's avatar Paul B Mahol

avcodec/zmbv: decoder supports init_cleanup capability

parent 337b9e19
......@@ -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,
};
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