[FFmpeg-cvslog] avformat/hlsenc: remove debug message used error level log

Steven Liu git at videolan.org
Wed Jan 18 17:20:19 EET 2017


ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Wed Jan 18 23:18:41 2017 +0800| [83a9cf3603ecac299aed603c3c9371de8d3cd90d] | committer: Steven Liu

avformat/hlsenc: remove debug message used error level log

Signed-off-by: Steven Liu <lq at chinaffmpeg.org>

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

 libavformat/hlsenc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index f02b887..28ac447 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -1248,7 +1248,6 @@ static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
             hls->duration = (double)(pkt->pts - hls->end_pts)
                                        * st->time_base.num / st->time_base.den;
             hls->dpp = (double)(pkt->duration) * st->time_base.num / st->time_base.den;
-            av_log(s, AV_LOG_ERROR, "hls->dpp = [%lf]\n", hls->dpp);
         } else {
             hls->duration += (double)(pkt->duration) * st->time_base.num / st->time_base.den;
         }



More information about the ffmpeg-cvslog mailing list