]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/tscc: decoder supports init_cleanup capability
authorPaul B Mahol <onemda@gmail.com>
Sat, 8 Sep 2018 19:18:47 +0000 (21:18 +0200)
committerPaul B Mahol <onemda@gmail.com>
Sat, 8 Sep 2018 19:18:47 +0000 (21:18 +0200)
libavcodec/tscc.c

index 35f7ad05dd65596f71ed2f1e6a3f5fa7eca7caa9..fc1ec4de0d48dd41c719d26222b55dbdbec01133 100644 (file)
@@ -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,
 };