diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vertex_buffers.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_vertex_buffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vertex_buffers.h b/src/gallium/auxiliary/vl/vl_vertex_buffers.h index 0a86599..e66730c 100644 --- a/src/gallium/auxiliary/vl/vl_vertex_buffers.h +++ b/src/gallium/auxiliary/vl/vl_vertex_buffers.h @@ -96,7 +96,7 @@ struct vl_vertex_buffer struct pipe_resource *resource; struct pipe_transfer *transfer; struct vl_ycbcr_block *vertex_stream; - } ycbcr[VL_MAX_PLANES]; + } ycbcr[VL_NUM_COMPONENTS]; struct { struct pipe_resource *resource; |