Mercurial > libavformat.hg
changeset 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 | 8c3d5daaa19f |
children | 69c6eb14fdfc |
files | rtpproto.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }