[FFmpeg-devel] [PATCH]Force colour range for vc1 gray output

Carl Eugen Hoyos cehoyos at ag.or.at
Sun May 17 09:56:03 CEST 2015


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > +    else {
> >          avctx->pix_fmt = AV_PIX_FMT_GRAY8;
> > +        if (avctx->color_range == AVCOL_RANGE_UNSPECIFIED)
> > +            avctx->color_range = AVCOL_RANGE_MPEG;
> 
> this variant LGTM as well

This variant was merged.

Carl Eugen



More information about the ffmpeg-devel mailing list