avcodec/on2avc: decoder supports init_cleanup capability
This commit is contained in:
parent
e8b27b82d0
commit
1e09dd96fe
@ -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…
x
Reference in New Issue
Block a user