mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 10:57:48 +00:00
Rename url_split to ff_url_split
Since this function isn't in the public API, it should have an ff_ prefix. Originally committed as revision 22321 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
da5bcafe3b
commit
c5c6e67c28
11 changed files with 20 additions and 20 deletions
|
@ -3365,7 +3365,7 @@ void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt, int dump_payload)
|
|||
pkt_dump_internal(avcl, NULL, level, pkt, dump_payload);
|
||||
}
|
||||
|
||||
void url_split(char *proto, int proto_size,
|
||||
void ff_url_split(char *proto, int proto_size,
|
||||
char *authorization, int authorization_size,
|
||||
char *hostname, int hostname_size,
|
||||
int *port_ptr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue