mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-23 07:20:05 +01:00
avformat/avformat: remove AVFormatContext.ts_id
It's been replaced by a demuxer exported private option. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -2561,7 +2561,7 @@ static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
|
||||
|
||||
if (skip_identical(h, tssf))
|
||||
return;
|
||||
ts->stream->ts_id = ts->id = h->id;
|
||||
ts->id = h->id;
|
||||
|
||||
for (;;) {
|
||||
sid = get16(&p, p_end);
|
||||
|
||||
Reference in New Issue
Block a user