From da1a1f629b0f3b3a63d9951de4381a41bc31fb91 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Wed, 18 May 2011 14:42:46 -0700 Subject: fix a comment typo in system/graphics.h Change-Id: Ia6471a1c005cdc13833e6b0444e758add5a990e0 --- include/system/graphics.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/system') diff --git a/include/system/graphics.h b/include/system/graphics.h index fab6ec9c..d39bd4e1 100644 --- a/include/system/graphics.h +++ b/include/system/graphics.h @@ -48,12 +48,11 @@ enum { /* * Android YUV format: * - * This format is exposed outside of the HAL to software - * decoders and applications. - * EGLImageKHR must support it in conjunction with the + * This format is exposed outside of the HAL to software decoders and + * applications. EGLImageKHR must support it in conjunction with the * OES_EGL_image_external extension. * - * YV12 is 4:2:0 YCrCb planar format comprised of a WxH Y plane followed + * YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed * by (W/2) x (H/2) Cr and Cb planes. * * This format assumes -- cgit v1.2.3