mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user