On 02/09/15 18:59, Vittorio Giovara wrote:

The set survived oracle?

Did you try

for (i = 0; i < AV_PIX_FMT_NB; i++) {
    p = av_pix_fmt_descriptors + i;
    assert(p->step == p->step_minus1 + 1);
    assert(p->offset == p->offset_plus1 - 1);
    assert(p->depth == p->depth_minus1 + 1);
}

or something like that to make sure it is typo free?


It it works push anytime (that I need it for further expansion =))

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to