[FFmpeg-cvslog] avcodec/cscd: decoder supports init_cleanup capability
Paul B Mahol
git at videolan.org
Sat Sep 8 22:42:02 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 8 20:06:19 2018 +0200| [aa76bdea1fd541e93c0960583107b464d852c564] | committer: Paul B Mahol
avcodec/cscd: decoder supports init_cleanup capability
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa76bdea1fd541e93c0960583107b464d852c564
---
libavcodec/cscd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c
index 5eb511a565..707674535c 100644
--- a/libavcodec/cscd.c
+++ b/libavcodec/cscd.c
@@ -170,5 +170,6 @@ AVCodec ff_cscd_decoder = {
.init = decode_init,
.close = decode_end,
.decode = decode_frame,
+ .caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.capabilities = AV_CODEC_CAP_DR1,
};
More information about the ffmpeg-cvslog
mailing list