Browse Source

rtsp: Show the received SDP

Originally committed as revision 25322 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Martin Storsjö 14 years ago
parent
commit
6ecd741713
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/rtsp.c

+ 1
- 0
libavformat/rtsp.c View File

@@ -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);


Loading…
Cancel
Save