[FFmpeg-cvslog] lavf/segment: increase logging level for message with segment start information

Stefano Sabatini git at videolan.org
Wed Dec 18 15:20:27 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Dec 17 10:43:32 2013 +0100| [8937af7b6fca19ab9be4d2371a04e25df2fa8d1e] | committer: Stefano Sabatini

lavf/segment: increase logging level for message with segment start information

Help debugging.

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

 libavformat/segment.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/segment.c b/libavformat/segment.c
index f07f464..91c1432 100644
--- a/libavformat/segment.c
+++ b/libavformat/segment.c
@@ -701,7 +701,7 @@ static int seg_write_packet(AVFormatContext *s, AVPacket *pkt)
     }
 
     if (seg->is_first_pkt) {
-        av_log(s, AV_LOG_DEBUG, "segment:'%s' starts with packet stream:%d pts:%s pts_time:%s frame:%d\n",
+        av_log(s, AV_LOG_VERBOSE, "segment:'%s' starts with packet stream:%d pts:%s pts_time:%s frame:%d\n",
                seg->avf->filename, pkt->stream_index,
                av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), seg->frame_count);
         seg->is_first_pkt = 0;



More information about the ffmpeg-cvslog mailing list