[Ffmpeg-devel] [PATCH] Remove extra parameter in printf()-like function

Michael Niedermayer michaelni
Sat Mar 17 22:27:58 CET 2007


Hi

On Sat, Mar 17, 2007 at 08:07:28PM +0100, Reimar D?ffinger wrote:
> Hello,
> On Thu, Jul 06, 2006 at 01:21:33AM +0200, Diego 'Flameeyes' Petten? wrote:
> > As per subject, this occurrence was uncovered after the patch previously 
> > submitted. I have some other fixes I'm going to send now, but this has 
> > probably a different importance, at least to my eyes.
> > 
> > -- 
> > Diego "Flameeyes" Petten? - http://farragut.flameeyes.is-a-geek.org/
> > Gentoo/Alt lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE
> 
> > Remove extra parameter as just uncovered by adding the format attributes.
> > 
> > ---
> > commit be511a016d034e8fb63310c8224c3c1a9fdf4c0f
> > tree bebdb5d737cf4d0a92649f818bb9187d7f4e32f8
> > parent f8d86d63c2d713c49016c5bb1197b8cc2eac9ecd
> > author Diego 'Flameeyes' Petten?? <flameeyes at gentoo.org> gio, 06 lug 2006 01:06:44 +0200
> > committer Diego 'Flameeyes' Petten?? <flameeyes at gentoo.org> gio, 06 lug 2006 01:06:44 +0200
> > 
> >  libavformat/rtpproto.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
> > index af111f5..f05c0e9 100644
> > --- a/libavformat/rtpproto.c
> > +++ b/libavformat/rtpproto.c
> > @@ -98,7 +98,7 @@ static void build_udp_url(char *buf, int
> >      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);
> >  }
> 
> Still unfixed, can someone look...

patch looks ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070317/cbb0b9ff/attachment.pgp>



More information about the ffmpeg-devel mailing list