changeset 9493:f9828d48e19c libavcodec

Remove unused code_counts array from interplavideo.c.
author reimar
date Fri, 17 Apr 2009 19:21:50 +0000
parents bdb94921332a
children e09e4c095fdb
files interplayvideo.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/interplayvideo.c	Fri Apr 17 19:17:14 2009 +0000
+++ b/interplayvideo.c	Fri Apr 17 19:21:50 2009 +0000
@@ -569,7 +569,6 @@
     int index = 0;
     unsigned char opcode;
     int ret;
-    int code_counts[16] = {0};
     static int frame = 0;
 
     debug_interplay("------------------ frame %d\n", frame);
@@ -597,7 +596,6 @@
 
             debug_interplay("  block @ (%3d, %3d): encoding 0x%X, data ptr @ %p\n",
                 x - y, y / s->stride, opcode, s->stream_ptr);
-            code_counts[opcode]++;
 
             s->pixel_ptr = s->current_frame.data[0] + x;
             ret = ipvideo_decode_block[opcode](s);