From aebb56e1844d61965c97e95534c3ae0da69df028 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 29 Apr 2011 17:27:01 +0200 Subject: Replace some commented-out debug printf() / av_log() messages with av_dlog(). Signed-off-by: Michael Niedermayer --- libavformat/mpegenc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libavformat/mpegenc.c') diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c index 2adba49e38..8ce825489d 100644 --- a/libavformat/mpegenc.c +++ b/libavformat/mpegenc.c @@ -662,10 +662,7 @@ static int flush_packet(AVFormatContext *ctx, int stream_index, id = stream->id; -#if 0 - printf("packet ID=%2x PTS=%0.3f\n", - id, pts / 90000.0); -#endif + av_dlog(ctx, "packet ID=%2x PTS=%0.3f\n", id, pts / 90000.0); buf_ptr = buffer; -- cgit v1.2.3