Skip to content
Snippets Groups Projects
Commit 1e09dd96 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/on2avc: decoder supports init_cleanup capability

parent e8b27b82
No related branches found
No related tags found
No related merge requests found
......@@ -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 },
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment