summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-09-08 21:30:54 +0200
committerPaul B Mahol <onemda@gmail.com>2018-09-08 21:31:32 +0200
commit6e15495bcb2004e4e648160b22383ef72cc0e14c (patch)
tree0ffa6a1b182fd76df51de76c75ee22daca828b1d /libavcodec/zmbv.c
parent337b9e190ba0d822efe3325c612ddce1d769c75b (diff)
avcodec/zmbv: decoder supports init_cleanup capability
Diffstat (limited to 'libavcodec/zmbv.c')
-rw-r--r--libavcodec/zmbv.c1
1 files changed, 1 insertions, 0 deletions
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,
};