# HG changeset patch # User lu_zero # Date 1198840217 0 # Node ID 254eb8cf1c27e449b8f71966e0b3258ebc3438b0 # Parent 94a0369ed3f5a69b6e50a1e8ae375405a1575390 Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment diff -r 94a0369ed3f5 -r 254eb8cf1c27 rtsp.c --- a/rtsp.c Fri Dec 28 03:32:32 2007 +0000 +++ b/rtsp.c Fri Dec 28 11:10:17 2007 +0000 @@ -606,7 +606,7 @@ p++; get_word_sep(profile, sizeof(profile), "/;,", &p); lower_transport[0] = '\0'; - if (*p == '/') { + if (*p == '/') { /* rtp/avp/ */ p++; get_word_sep(lower_transport, sizeof(lower_transport), ";,", &p);