[FFmpeg-cvslog] r18592 - trunk/libavcodec/interplayvideo.c
reimar
subversion
Fri Apr 17 21:21:50 CEST 2009
Author: reimar
Date: Fri Apr 17 21:21:50 2009
New Revision: 18592
Log:
Remove unused code_counts array from interplavideo.c.
Modified:
trunk/libavcodec/interplayvideo.c
Modified: trunk/libavcodec/interplayvideo.c
==============================================================================
--- trunk/libavcodec/interplayvideo.c Fri Apr 17 21:17:14 2009 (r18591)
+++ trunk/libavcodec/interplayvideo.c Fri Apr 17 21:21:50 2009 (r18592)
@@ -569,7 +569,6 @@ static void ipvideo_decode_opcodes(Ipvid
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 @@ static void ipvideo_decode_opcodes(Ipvid
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);
More information about the ffmpeg-cvslog
mailing list