From a7702890bd470fc1683578609b7e1c5a2acfcd94 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 9 Jul 2006 10:33:49 +0000 Subject: remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/gif.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat') diff --git a/libavformat/gif.c b/libavformat/gif.c index f81a70def5..c82d174f1a 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -113,9 +113,6 @@ static void gif_put_bits_rev(PutBitContext *s, int n, unsigned int value) unsigned int bit_buf; int bit_cnt; -#ifdef STATS - st_out_bit_counts[st_current_index] += n; -#endif // printf("put_bits=%d %x\n", n, value); assert(n == 32 || value < (1U << n)); -- cgit v1.2.3