On Wed, Sep 2, 2015 at 2:54 PM, wm4 <[email protected]> wrote: > > Is this one correct? > >> .flags = AV_PIX_FMT_FLAG_BITSTREAM, >> }, >> @@ -263,7 +263,7 @@ static const AVPixFmtDescriptor >> av_pix_fmt_descriptors[AV_PIX_FMT_NB] = { >> .log2_chroma_w = 0, >> .log2_chroma_h = 0, >> .comp = { >> - { 0, 1, 1, 7, 0, 0 }, /* Y */ >> + { 0, 1, 1, 7, 1, 0, 7 }, /* Y */ >> }, > > And this one?
they are not, thanks for looking -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
