You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
indent
Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2966,7 +2966,7 @@ void url_split(char *proto, int proto_size,
|
||||
if(!ls)
|
||||
ls = strchr(p, '?');
|
||||
if(ls)
|
||||
av_strlcpy(path, ls, path_size);
|
||||
av_strlcpy(path, ls, path_size);
|
||||
else
|
||||
ls = &p[strlen(p)]; // XXX
|
||||
|
||||
|
Reference in New Issue
Block a user