rtsp: Pass the method name to ff_rtsp_parse_line

Originally committed as revision 26191 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö
2011-01-02 10:10:12 +00:00
parent acc9ed1450
commit 77223c5388
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2895,7 +2895,7 @@ static int rtsp_parse_request(HTTPContext *c)
len = sizeof(line) - 1;
memcpy(line, p, len);
line[len] = '\0';
ff_rtsp_parse_line(header, line, NULL);
ff_rtsp_parse_line(header, line, NULL, NULL);
p = p1 + 1;
}