summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-08-14 15:42:40 +0000
committerMåns Rullgård <mans@mansr.com>2005-08-14 15:42:40 +0000
commitbf4e3bd2d0263169ebf5d88972ae319ecb0d7a1e (patch)
tree21994d3ba7eb77248e57a7291217c45816ce7648 /libavcodec/vp3.c
parent72ce053b9cc9fc7fddce15ea8833a3783fef3540 (diff)
kill a bunch of compiler warnings
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r--libavcodec/vp3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index a93b4eedf2..e4f04cc148 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -1725,7 +1725,6 @@ static void render_slice(Vp3DecodeContext *s, int slice)
int plane_height;
int slice_height;
int current_macroblock_entry = slice * s->macroblock_width * 6;
- int *bounding_values= s->bounding_values_array+127;
int fragment_width;
if (slice >= s->macroblock_height)