From aa76bdea1fd541e93c0960583107b464d852c564 Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Sat, 8 Sep 2018 20:06:19 +0200
Subject: [PATCH] avcodec/cscd: decoder supports init_cleanup capability

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

diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c
index 5eb511a5659..707674535c8 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,
 };
-- 
GitLab