Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-09-08 22:18:47 +0300
committerPaul B Mahol <onemda@gmail.com>2018-09-08 22:18:47 +0300
commit51a087771bd723fbcac1e2adbf559b3d8206fe5f (patch)
tree448187ccf717def94c1bc25eec74b7033fe8d49e /libavcodec/tscc.c
parent86e7e7816b24b9ae1605735a790c2cef251c8210 (diff)
avcodec/tscc: decoder supports init_cleanup capability
Diffstat (limited to 'libavcodec/tscc.c')
-rw-r--r--libavcodec/tscc.c1
1 files changed, 1 insertions, 0 deletions
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,
};