Mercurial > libavformat.hg
diff rtpproto.c @ 1930:f67a8d12053d libavformat
Remove parameter unused in format string.
Patch by Diego Petten [flameeyes gentoo org]
| author | reimar |
|---|---|
| date | Sun, 18 Mar 2007 09:49:25 +0000 |
| parents | eb16c64144ee |
| children | eeea52739ff3 |
line wrap: on
line diff
--- a/rtpproto.c Sat Mar 17 14:44:22 2007 +0000 +++ b/rtpproto.c Sun Mar 18 09:49:25 2007 +0000 @@ -88,7 +88,7 @@ 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); }
