summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-10-27 12:27:06 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-10-27 12:27:06 +0800
commit9db743362981d6b35869fb038e1528e48366cc96 (patch)
treee5d1d9159ec72bdd1415c5938e28d5be3ead046a /va
parent21e26478769d887b8357289ebb7faa47b8b415ae (diff)
downloadlibva-9db743362981d6b35869fb038e1528e48366cc96.tar.gz
Fix a typo:VA_ENBLE_BLEND=>VA_ENABLE_BLEND
Change-Id: Ief80cf88ffe436d3f1f6c0d96373774871bbaeed Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'va')
-rw-r--r--va/va.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va.h b/va/va.h
index 259ebc2..7f24a85 100644
--- a/va/va.h
+++ b/va/va.h
@@ -143,7 +143,7 @@ typedef int VAStatus; /* Return status type from functions */
* 2, specify the cropping info for video playback
* 3, encoded video will blend with background color
*/
-#define VA_ENBLE_BLEND 0x00000004 /* video area blend with the constant color */
+#define VA_ENABLE_BLEND 0x00000004 /* video area blend with the constant color */
/*
* Clears the drawable with background color.