summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-04-16 13:04:04 +0200
committerChristian König <[email protected]>2011-04-16 13:04:04 +0200
commitff210aea7c080600bd45eb18b29a6109468ed4df (patch)
tree0182b9f10b28608601f5133246107c095211bc13 /src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
parentffcf287aa227cfd1c0f928a3310d98554caf16cd (diff)
[g3dvl] back to seperate mc for y and c planes
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 c27197f6664..6f93c5a01ab 100644
--- a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
+++ b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
@@ -56,7 +56,7 @@ struct vl_mpeg12_decoder
void *ves_mv[2];
struct vl_idct idct_y, idct_c;
- struct vl_mpeg12_mc_renderer mc;
+ struct vl_mpeg12_mc_renderer mc_y, mc_c;
void *dsa;
void *blend;