diff options
author | Christian König <[email protected]> | 2012-03-08 11:01:49 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2012-03-09 12:36:34 +0100 |
commit | 5c8040aee621735ab845f343c8dcc9fa03a1151f (patch) | |
tree | 60957865c10afb453b28af2f92027d0c83aec414 /src/gallium | |
parent | 5beba3d0ba593b661451217a5ffcdf68644cc903 (diff) |
u_format: fix a comment about subsampled formats
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/u_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index b9ae7c19030..bd4e51d279f 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -54,7 +54,7 @@ enum util_format_layout { /** * Formats with sub-sampled channels. * - * This is for formats like YV12 where there is less than one sample per + * This is for formats like YVYU where there is less than one sample per * pixel. */ UTIL_FORMAT_LAYOUT_SUBSAMPLED = 3, |