[FFmpeg-devel] [PATCH 2/4] V10 - SCTE-35 extraction from mpegts

Carlos Fernandez Sanz carlos at ccextractor.org
Tue Sep 27 18:01:00 EEST 2016


On Tue, Sep 27, 2016 at 12:30 AM, Marton Balint <cus at passwd.hu> wrote:

>> +            } else if (ts->pids[i] && ts->pids[i]->type ==
>> MPEGTS_SECTION) {
>> +                return ret;
>
>
> Why do you need this hunk? I think you can delete it, and everything will
> remain working. This loop flushes existing half-read PES packets, so you
> cannot simply return in the middle of the loop.

If we remove it we don't get SCTE-35.

New patch coming up later today.


More information about the ffmpeg-devel mailing list