Mercurial > libavformat.hg
diff rtsp.c @ 2864:254eb8cf1c27 libavformat
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
author | lu_zero |
---|---|
date | Fri, 28 Dec 2007 11:10:17 +0000 |
parents | d3b3cfb538d8 |
children | 51aa1054528c |
line wrap: on
line diff
--- 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/<protocol> */ p++; get_word_sep(lower_transport, sizeof(lower_transport), ";,", &p);