On 7/25/2013 5:38 PM, Luca Barbato wrote:
> Might go in stable as well.

Any reason it shouldn't?

> -            if ((st->discard >= AVDISCARD_DEFAULT && size == 0)
> -                /*|| (st->discard >= AVDISCARD_NONKEY && !(pkt->flags & 
> AV_PKT_FLAG_KEY))*/ //FIXME needs a little reordering
> -                || st->discard >= AVDISCARD_ALL) {
> +            if (!avi->dv_demux &&
> +                ((st->discard >= AVDISCARD_DEFAULT && size == 0) /*||
> +                 (st->discard >= AVDISCARD_NONKEY &&
> +                 !(pkt->flags & AV_PKT_FLAG_KEY))*/
> +                || st->discard >= AVDISCARD_ALL)) {

Makes sense. It fixes the sample I have, and matches what I
saw when (attempting) debugging.

- Derek

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

Reply via email to