2016-08-03 21:36 GMT+02:00 Carlos Fernandez Sanz <[email protected]>:
> From: Carlos <[email protected]>
> -
> - } 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
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel