Nicolas George <george <at> nsup.org> writes: > > + if (avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT) > > + return AVERROR_INVALIDDATA; > > AVERROR(EINVAL) seems more correct. Same below. Changed locally. Thank you, Carl Eugen