Browse Source

avcodec/cscd: decoder supports init_cleanup capability

tags/n4.1
Paul B Mahol 7 years ago
parent
commit
aa76bdea1f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/cscd.c

+ 1
- 0
libavcodec/cscd.c View File

@@ -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,
};

Loading…
Cancel
Save