Browse Source

avcodec/tscc: decoder supports init_cleanup capability

tags/n4.1
Paul B Mahol 6 years ago
parent
commit
51a087771b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/tscc.c

+ 1
- 0
libavcodec/tscc.c View File

@@ -197,4 +197,5 @@ AVCodec ff_tscc_decoder = {
.close = decode_end, .close = decode_end,
.decode = decode_frame, .decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
}; };

Loading…
Cancel
Save