diff options
author | Christian König <[email protected]> | 2011-04-10 19:08:11 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-10 19:08:11 +0200 |
commit | fcf765620d803b376582afb618b1f643242b641b (patch) | |
tree | 930a7dd2416352e15b7d31dd26316400b8035130 /src/gallium/auxiliary/vl/vl_mpeg12_decoder.h | |
parent | 31109e1be20d7c94521879c3221a9f77bacbdb8d (diff) |
[g3dvl] make number of idct render targets configurable
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_decoder.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mpeg12_decoder.h | 1 |
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 9be807198fe..c2eb7dd17de 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h +++ b/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h @@ -45,6 +45,7 @@ struct vl_mpeg12_decoder struct pipe_context *pipe; const unsigned (*empty_block_mask)[3][2][2]; + unsigned nr_of_idct_render_targets; struct pipe_vertex_buffer quads; void *ves[VL_MAX_PLANES]; |