[FFmpeg-cvslog] Support 16bpp grayscale pam decoding.

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 7 19:24:34 CET 2012


Alexander Strasser <eclipse7 <at> gmx.net> writes:

> > -            else
> > +           } else if (maxval == 255) {
> >                  avctx->pix_fmt = PIX_FMT_GRAY8;
> > +           } else {
> > +                avctx->pix_fmt = PIX_FMT_GRAY16BE;
> > +            }
> 
>   The two added else-lines seem to be one-off concerning the indentation.

Should be fixed.

Thank you, Carl Eugen



More information about the ffmpeg-cvslog mailing list