aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-04-17 21:31:31 +0200
committerChristian König <[email protected]>2011-04-17 21:31:31 +0200
commit38a315b7049946d124409b377e622994feccdcb7 (patch)
tree37b6ee4d81e0dbe6f88743576d94de681f7a8ae3 /src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
parentb8a6e0e6fc451096d684a1e18529ab4879cdba0a (diff)
[g3dvl] no need for seperate mv vertex states any more
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_decoder.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_decoder.h2
1 files changed, 1 insertions, 1 deletions
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;