[FFmpeg-devel] [PATCH]Do not allow DVCPRO HD encoding, it is broken

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jun 4 20:22:16 CEST 2012


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



More information about the ffmpeg-devel mailing list