[FFmpeg-cvslog] r25322 - trunk/libavformat/rtsp.c
mstorsjo
subversion
Sun Oct 3 13:55:16 CEST 2010
Author: mstorsjo
Date: Sun Oct 3 13:55:16 2010
New Revision: 25322
Log:
rtsp: Show the received SDP
Modified:
trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Sun Oct 3 11:49:36 2010 (r25321)
+++ trunk/libavformat/rtsp.c Sun Oct 3 13:55:16 2010 (r25322)
@@ -1315,6 +1315,7 @@ static int rtsp_setup_input_streams(AVFo
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);
More information about the ffmpeg-cvslog
mailing list