Skip to content

Commit

Permalink
mpegts-mythtv.c: add a log entry for exporting the PMT
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Aug 15, 2022
1 parent 3333a6c commit a1dae99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
Expand Up @@ -3109,6 +3109,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
mpegts_add_stream(ts, h->id, &items[idx], prog_reg_desc, pcr_pid);

/* cache pmt */
av_log(ts->stream, AV_LOG_TRACE, "exporting PMT\n");
export_pmt(avctx, section, section_len);

/* notify stream_changed listeners */
Expand Down

0 comments on commit a1dae99

Please sign in to comment.