Mercurial > libavformat.hg
changeset 326:a44f75c31b8d libavformat
removing unused var & converting 64->32bit
author | michael |
---|---|
date | Fri, 05 Dec 2003 23:12:03 +0000 |
parents | e1d4300bf783 |
children | 741c56c608bb |
files | gif.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gif.c Fri Dec 05 00:41:58 2003 +0000 +++ b/gif.c Fri Dec 05 23:12:03 2003 +0000 @@ -274,7 +274,6 @@ 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) {