On 1/21/12, Kostya Shishkov <[email protected]> wrote: > On Fri, Jan 20, 2012 at 11:36:26PM +0000, Paul B Mahol wrote: >> Fixed patch (with additional fixes) attached. [...] >> + case PIX_FMT_GRAY16LE: >> + case PIX_FMT_GRAY16BE: >> + if (av_pix_fmt_descriptors[pix_fmt].flags & PIX_FMT_BE) >> + be = 1; >> + bpp = 1; > > and this looks suspicious
PIX_FMT_GRAY* completly dropped (both in decoder and encoder) due lack of samples. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
