[Ffmpeg-devel] [PATCH] remove unused variable from nutdec.c
Diego Biurrun
diego
Tue Apr 24 07:51:01 CEST 2007
On Tue, Apr 24, 2007 at 02:39:31AM +0200, Michael Niedermayer wrote:
>
> 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
Done.
Diego
More information about the ffmpeg-devel
mailing list