mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
Remove parameter unused in format string.
Patch by Diego Petten [flameeyes gentoo org] Originally committed as revision 8438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7c9712335b
commit
642d4a1a16
@ -88,7 +88,7 @@ static void build_udp_url(char *buf, int buf_size,
|
||||
if (local_port >= 0)
|
||||
url_add_option(buf, buf_size, "localport=%d", local_port);
|
||||
if (multicast)
|
||||
url_add_option(buf, buf_size, "multicast=1", multicast);
|
||||
url_add_option(buf, buf_size, "multicast=1");
|
||||
if (ttl >= 0)
|
||||
url_add_option(buf, buf_size, "ttl=%d", ttl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user