ffserver: add NULL context to ff_rtsp_parse_line().

Needed after f62fe53/2c17fb6.
pull/162/head
Nicolas George 9 years ago
parent 27ce53b52d
commit 15206ffdbe
  1. 2
      ffserver.c

@ -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;
}

Loading…
Cancel
Save