You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffserver: add NULL context to ff_rtsp_parse_line().
Needed after f62fe53/2c17fb6.
This commit is contained in:
@@ -2837,7 +2837,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, NULL);
|
||||
ff_rtsp_parse_line(NULL, header, line, NULL, NULL);
|
||||
p = p1 + 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user