[FFmpeg-cvslog] mpegtsenc: set muxing type notification to verbose

Luca Barbato git at videolan.org
Thu Oct 11 14:08:56 CEST 2012


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Oct  9 22:00:22 2012 +0200| [82569b01a1cb0fee29c839a264af974f9c215d74] | committer: Luca Barbato

mpegtsenc: set muxing type notification to verbose

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82569b01a1cb0fee29c839a264af974f9c215d74
---

 libavformat/mpegtsenc.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 6facf47..29d83c6 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -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);



More information about the ffmpeg-cvslog mailing list