summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-03 11:56:38 +0000
committerMartin Storsjö <martin@martin.st>2010-10-03 11:56:38 +0000
commitd7810f45413ed1e32c15df5dd60cdb88992b8709 (patch)
tree39f8bafa0dbce1ac6b017defe82f789f25a10406 /libavformat/rtsp.c
parent6ecd741713c7058b292878611f87b0673de6c8eb (diff)
downloadffmpeg-streaming-d7810f45413ed1e32c15df5dd60cdb88992b8709.zip
ffmpeg-streaming-d7810f45413ed1e32c15df5dd60cdb88992b8709.tar.gz
rtsp: In the muxer, show the generated with verbose log level
It is only useful for debugging, so it doesn't have to be shown every time. Originally committed as revision 25323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 72b0ad2..877b38d 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -1359,7 +1359,7 @@ static int rtsp_setup_output_streams(AVFormatContext *s, const char *addr)
av_free(sdp);
return AVERROR_INVALIDDATA;
}
- av_log(s, AV_LOG_INFO, "SDP:\n%s\n", sdp);
+ av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", sdp);
ff_rtsp_send_cmd_with_content(s, "ANNOUNCE", rt->control_uri,
"Content-Type: application/sdp\r\n",
reply, NULL, sdp, strlen(sdp));
OpenPOWER on IntegriCloud