[Ffmpeg-devel] [PATCH] remove unused variable from nutdec.c

Michael Niedermayer michaelni
Tue Apr 24 02:39:31 CEST 2007


Hi

On Mon, Apr 23, 2007 at 11:28:14PM +0200, Diego Biurrun wrote:
> On Sat, Apr 21, 2007 at 02:04:09PM +0200, Diego Biurrun wrote:
> > Attached patch removes some commented-out code along with an unused
> > variable.  OK to apply?
> > 
> > --- libavformat/nutdec.c	(revision 8767)
> > +++ libavformat/nutdec.c	(working copy)
> > @@ -100,7 +100,7 @@
> >  
> >  static int get_packetheader(NUTContext *nut, ByteIOContext *bc, int calculate_checksum)
> >  {
> > -    int64_t start, size;
> > +    int64_t size;
> >  
> > @@ -109,9 +109,6 @@
> >  
> > -//    nut->packet_start[2] = start;
> > -//    nut->written_packet_size= size;
> > -
> 
> Michael?

apply it

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

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- 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/20070424/3065af6f/attachment.pgp>



More information about the ffmpeg-devel mailing list