forked from FFmpeg/FFmpeg
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
Originally committed as revision 11339 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
02c164c148
commit
16ed032214
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ static void rtsp_parse_transport(RTSPHeader *reply, const char *p)
|
|||
p++;
|
||||
get_word_sep(profile, sizeof(profile), "/;,", &p);
|
||||
lower_transport[0] = '\0';
|
||||
if (*p == '/') {
|
||||
if (*p == '/') { /* rtp/avp/<protocol> */
|
||||
p++;
|
||||
get_word_sep(lower_transport, sizeof(lower_transport),
|
||||
";,", &p);
|
||||
|
|
Loading…
Add table
Reference in a new issue