mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Actually parse the auth headers in RTSP
Originally committed as revision 22677 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -2756,7 +2756,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);
|
||||
ff_rtsp_parse_line(header, line, NULL);
|
||||
p = p1 + 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user