[FFmpeg-devel] [PATCH] avformat/mpegts: check end of init before treating SCTE data

Anthony Delannoy anthony.2lannoy at gmail.com
Tue Sep 3 19:09:28 EEST 2019


Hi

On some DVB stream ffprobe segfaulted, it was because of SCTE-35 data
packet reception
before the end of MpegTSContext initialization.

On this patch I check for `ts->pkt` availability before trying to
generate a new SCTE data
packet.

Anthony Delannoy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avformat-mpegts-Check-if-ready-on-SCTE-reception.patch
Type: text/x-patch
Size: 1049 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190903/f659aa65/attachment.bin>


More information about the ffmpeg-devel mailing list