From 11d4e92ed929f092c6ecc8775b0ba340ccd7179d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 21 Aug 2012 12:27:40 +0200 Subject: avformat: Remove non-compiling and/or silly commented-out printf/av_log statements --- libavformat/rtsp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/rtsp.c') diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 3ddf33ce64..df272188a8 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -154,8 +154,6 @@ static void rtsp_parse_range_npt(const char *p, int64_t *start, int64_t *end) get_word_sep(buf, sizeof(buf), "-", &p); av_parse_time(end, buf, 1); } -// av_log(NULL, AV_LOG_DEBUG, "Range Start: %lld\n", *start); -// av_log(NULL, AV_LOG_DEBUG, "Range End: %lld\n", *end); } static int get_sockaddr(const char *buf, struct sockaddr_storage *sock) -- cgit v1.2.1