u_format: fix a comment about subsampled formats

Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
Christian König
2012-03-08 11:01:49 +01:00
parent 5beba3d0ba
commit 5c8040aee6
+1 -1
View File
@@ -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,