mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
avformat/mpegts: also print PMT version in av_dlog()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
09711545f5
commit
3dae05f4f7
@ -1798,8 +1798,8 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
|
||||
if (parse_section_header(h, &p, p_end) < 0)
|
||||
return;
|
||||
|
||||
av_dlog(ts->stream, "sid=0x%x sec_num=%d/%d\n",
|
||||
h->id, h->sec_num, h->last_sec_num);
|
||||
av_dlog(ts->stream, "sid=0x%x sec_num=%d/%d version=%d\n",
|
||||
h->id, h->sec_num, h->last_sec_num, h->version);
|
||||
|
||||
if (h->tid != PMT_TID)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user