From 6ecd741713c7058b292878611f87b0673de6c8eb Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 3 Oct 2010 11:55:16 +0000 Subject: rtsp: Show the received SDP Originally committed as revision 25322 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 5759788b71..72b0ad2b02 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1315,6 +1315,7 @@ static int rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply return AVERROR_INVALIDDATA; } + av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", content); /* now we got the SDP description, we parse it */ ret = sdp_parse(s, (const char *)content); av_freep(&content); -- cgit v1.2.3