summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-04-10 18:46:31 +0200
committerChristian König <deathsimple@vodafone.de>2011-04-10 18:46:31 +0200
commit31109e1be20d7c94521879c3221a9f77bacbdb8d (patch)
tree0163f6a26c26b7c55888766c30e5ea4ac8fd797c /src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
parent8b0a9cc62c36bb48d2d7b488787eb2966bcbf7f2 (diff)
downloadexternal_mesa3d-31109e1be20d7c94521879c3221a9f77bacbdb8d.zip
external_mesa3d-31109e1be20d7c94521879c3221a9f77bacbdb8d.tar.gz
external_mesa3d-31109e1be20d7c94521879c3221a9f77bacbdb8d.tar.bz2
[g3dvl] also use video buffer for idct intermediate
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_decoder.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
index e90f8d3..9be8071 100644
--- a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
+++ b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
@@ -64,6 +64,7 @@ struct vl_mpeg12_buffer
struct vl_vertex_buffer vertex_stream;
struct pipe_video_buffer *idct_source;
+ struct pipe_video_buffer *idct_intermediate;
struct pipe_video_buffer *mc_source;
union