From 38a315b7049946d124409b377e622994feccdcb7 Mon Sep 17 00:00:00 2001 From: Christian König Date: Sun, 17 Apr 2011 21:31:31 +0200 Subject: [g3dvl] no need for seperate mv vertex states any more --- src/gallium/auxiliary/vl/vl_mpeg12_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_decoder.h') diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h index 2bd5591b463..6a6fabdb188 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h +++ b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h @@ -55,7 +55,7 @@ struct vl_mpeg12_decoder struct pipe_vertex_buffer pos; void *ves_eb[VL_MAX_PLANES]; - void *ves_mv[2]; + void *ves_mv; struct vl_idct idct_y, idct_c; struct vl_mc mc_y, mc_c; -- cgit v1.2.3