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:
James Almer
2024-02-18 23:47:23 -03:00
parent 823d60d55e
commit 53cdf94653
2 changed files with 1 additions and 7 deletions

View File

@@ -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);