changeset 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 94a0369ed3f5
children 51aa1054528c
files rtsp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);