Browse Source

avcodec/cook: decoder supports init_cleanup capability

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

+ 1
- 0
libavcodec/cook.c View File

@@ -1282,6 +1282,7 @@ AVCodec ff_cook_decoder = {
.close = cook_decode_close,
.decode = cook_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_NONE },
};

Loading…
Cancel
Save