Browse Source

avcodec/on2avc: decoder supports init_cleanup capability

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

+ 1
- 0
libavcodec/on2avc.c View File

@@ -1018,6 +1018,7 @@ AVCodec ff_on2avc_decoder = {
.decode = on2avc_decode_frame,
.close = on2avc_decode_close,
.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