2016-08-03 21:36 GMT+02:00 Carlos Fernandez Sanz <car...@ccextractor.org>:
> From: Carlos <car...@ccextractor.org>
> -
> -    } else {

> +    } else if (tss->type == MPEGTS_PES) {
>          int ret;
>          // Note: The position here points actually behind the current packet.
> -        if (tss->type == MPEGTS_PES) {
> -            if ((ret = tss->u.pes_filter.pes_cb(tss, p, p_end - p, is_start,
> +        if ((ret = tss->u.pes_filter.pes_cb(tss, p, p_end - p, is_start,
>                                                  pos - ts->raw_packet_size)) 
> < 0)
> -                return ret;
> -        }
> +            return ret;

This looks lilke an unrelated change to me.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to