1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

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

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,
};