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

Reimar Döffinger Reimar.Doeffinger
Sun Mar 18 10:50:20 CET 2007


Hello,
On Sat, Mar 17, 2007 at 10:27:58PM +0100, Michael Niedermayer wrote:
> On Sat, Mar 17, 2007 at 08:07:28PM +0100, Reimar D?ffinger wrote:
> > 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

Applied.

Greetings,
Reimar D?ffinger




More information about the ffmpeg-devel mailing list