Prefix non-static RTSP functions with ff_.

Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje
2010-02-23 00:35:50 +00:00
parent fc5607f862
commit 3307e6ea86
7 changed files with 53 additions and 56 deletions

View File

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