Michael Niedermayer <michaelni <at> gmx.at> writes: > > + if (avctx->coded_height > 576 || > > + !avctx->coded_height && avctx->height > 576) { > > i dont think that 2 checks are needed I copied that from avpriv_dv_codec_profile(), which check can be removed? Thank you, Carl Eugen