[FFmpeg-cvslog] avcodec/zmbv: decoder supports init_cleanup capability
Paul B Mahol
git at videolan.org
Sat Sep 8 22:42:28 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 8 21:30:54 2018 +0200| [6e15495bcb2004e4e648160b22383ef72cc0e14c] | committer: Paul B Mahol
avcodec/zmbv: decoder supports init_cleanup capability
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e15495bcb2004e4e648160b22383ef72cc0e14c
---
libavcodec/zmbv.c | 1 +
1 file changed, 1 insertion(+)
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,
};
More information about the ffmpeg-cvslog
mailing list