mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-19 21:40:21 +08:00
Prefix non-static RTSP functions with ff_.
Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -2693,7 +2693,7 @@ static int rtsp_parse_request(HTTPContext *c)
|
||||
len = sizeof(line) - 1;
|
||||
memcpy(line, p, len);
|
||||
line[len] = '\0';
|
||||
rtsp_parse_line(header, line);
|
||||
ff_rtsp_parse_line(header, line);
|
||||
p = p1 + 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user