diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 037bfe27070..5c242bd0602 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -63,8 +63,8 @@ struct vl_idct } individual; } sampler_views; - void *vs; - void *transpose_fs, *matrix_fs, *eb_fs; + void *matrix_vs, *transpose_vs, *eb_vs; + void *matrix_fs, *transpose_fs, *eb_fs; union { |