git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
[ffmpeg.git]
/
libavformat
/
rtsp.c
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
9af572d
..
21a5fda
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-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);