diff options
author | Christian König <[email protected]> | 2011-06-07 21:13:59 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-06-07 21:13:59 +0200 |
commit | f1bf7d3dbfa8c74b9537e6132f17dd8250a3451b (patch) | |
tree | 633e36eb879637479023c294d864ac1bd97e6653 /src/gallium/include/pipe | |
parent | b4fa7db65639322ae8dea19a23c9cc8234a3d7e1 (diff) |
[g3dvl] move dummy quantification into xvmc state tracker
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_video_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h index bea5067331e..2a30099c5b0 100644 --- a/src/gallium/include/pipe/p_video_context.h +++ b/src/gallium/include/pipe/p_video_context.h @@ -183,8 +183,8 @@ struct pipe_video_decode_buffer * set the quantification matrixes */ void (*set_quant_matrix)(struct pipe_video_decode_buffer *decbuf, - uint8_t intra_matrix[64], - uint8_t non_intra_matrix[64]); + const uint8_t intra_matrix[64], + const uint8_t non_intra_matrix[64]); /** * get the pointer where to put the ycbcr blocks of a component |