mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 12:50:49 +08:00
avformat/tcp: Fix shadowing
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -167,7 +167,7 @@ static int tcp_open(URLContext *h, const char *uri, int flags)
|
||||
}
|
||||
p = strchr(uri, '?');
|
||||
if (p) {
|
||||
int ret = ff_parse_opts_from_query_string(s, p, 1);
|
||||
ret = ff_parse_opts_from_query_string(s, p, 1);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user