From a8380f44cfa69c204856568f5d24851fbdb1d884 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 5 Dec 2003 23:12:03 +0000 Subject: removing unused var & converting 64->32bit Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/gif.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/gif.c') diff --git a/libavformat/gif.c b/libavformat/gif.c index e64bd51b15..7867913da2 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -274,7 +274,6 @@ static int gif_image_write_image(ByteIOContext *pb, if(pbBufPtr(&p) - p.buf > 0) { put_byte(pb, pbBufPtr(&p) - p.buf); /* byte count of the packet */ put_buffer(pb, p.buf, pbBufPtr(&p) - p.buf); /* the actual buffer */ - p.data_out_size += pbBufPtr(&p) - p.buf; p.buf_ptr = p.buf; /* dequeue the bytes off the bitstream */ } if(left<=GIF_CHUNKS) { -- cgit v1.2.3