On 26/09/15 16:22, Vittorio Giovara wrote:

Around the change there is this code

    if(   (avctx->skip_frame >= AVDISCARD_NONREF &&
si.type==AV_PICTURE_TYPE_B)
       || (avctx->skip_frame >= AVDISCARD_NONKEY &&
si.type!=AV_PICTURE_TYPE_I)
       ||  avctx->skip_frame >= AVDISCARD_ALL)
        return avpkt->size;

I guess it should be changed as well, right?

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to