ffmpeg | branch: master | Paul B Mahol <[email protected]> | 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, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
