mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 05:55:07 +00:00
mpegtsenc: set muxing type notification to verbose
This commit is contained in:
parent
7fb35ee931
commit
82569b01a1
@ -624,10 +624,10 @@ static int mpegts_write_header(AVFormatContext *s)
|
||||
ts->sdt_packet_count = ts->sdt_packet_period-1;
|
||||
|
||||
if (ts->mux_rate == 1)
|
||||
av_log(s, AV_LOG_INFO, "muxrate VBR, ");
|
||||
av_log(s, AV_LOG_VERBOSE, "muxrate VBR, ");
|
||||
else
|
||||
av_log(s, AV_LOG_INFO, "muxrate %d, ", ts->mux_rate);
|
||||
av_log(s, AV_LOG_INFO, "pcr every %d pkts, "
|
||||
av_log(s, AV_LOG_VERBOSE, "muxrate %d, ", ts->mux_rate);
|
||||
av_log(s, AV_LOG_VERBOSE, "pcr every %d pkts, "
|
||||
"sdt every %d, pat/pmt every %d pkts\n",
|
||||
service->pcr_packet_period,
|
||||
ts->sdt_packet_period, ts->pat_packet_period);
|
||||
|
Loading…
Reference in New Issue
Block a user