diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index b01ce1bcf6..9e27a2caad 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -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, };