summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-10-27 12:29:09 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-10-27 12:29:09 +0800
commitf2a6deeb01248ee8fb1857de73b188b1b184ae9b (patch)
treee5d1d9159ec72bdd1415c5938e28d5be3ead046a
parentcdb5675e79e01daf1b4808cf41ac61d6843dd4f9 (diff)
downloadlibva-f2a6deeb01248ee8fb1857de73b188b1b184ae9b.tar.gz
Fix a typo:VA_ENBLE_BLEND=>VA_ENABLE_BLEND
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-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.