On Sat, Sep 26, 2015 at 6:16 PM, Luca Barbato <[email protected]> wrote:
> 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?

not sure, it seems related to frame skip only

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

Reply via email to