Browse Source

avcodec/mscc: decoders supports init_cleanup capability

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

+ 2
- 0
libavcodec/mscc.c View File

@@ -261,6 +261,7 @@ AVCodec ff_mscc_decoder = {
.close = decode_close,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};

AVCodec ff_srgc_decoder = {
@@ -273,4 +274,5 @@ AVCodec ff_srgc_decoder = {
.close = decode_close,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};

Loading…
Cancel
Save