[FFmpeg-cvslog] avcodec/tscc: decoder supports init_cleanup capability

Paul B Mahol git at videolan.org
Sat Sep 8 22:42:23 EEST 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep  8 21:18:47 2018 +0200| [51a087771bd723fbcac1e2adbf559b3d8206fe5f] | committer: Paul B Mahol

avcodec/tscc: decoder supports init_cleanup capability

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51a087771bd723fbcac1e2adbf559b3d8206fe5f
---

 libavcodec/tscc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c
index 35f7ad05dd..fc1ec4de0d 100644
--- a/libavcodec/tscc.c
+++ b/libavcodec/tscc.c
@@ -197,4 +197,5 @@ AVCodec ff_tscc_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