summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-09-28 11:43:08 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-09-28 11:43:08 +0800
commit263359b8ab77828ea21456fa117a1ebe705888ad (patch)
treeb91d31a80af3960d20c663e564b35cfb4c55fa18
parentaa0f007b194a5cbadd6e356f86dcf940bf5eca9f (diff)
downloadlibva-263359b8ab77828ea21456fa117a1ebe705888ad.tar.gz
Correct a typo
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 1f6ee08..f9a4fb7 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1824,7 +1824,7 @@ typedef enum
* Cd = Cv*Cc*Ac + Cb *(1 - Ac) C means the constant RGB
* d: the final color to overwrite into the frame buffer
* v: decoded video after color conversion,
- * c: video color specified by setTextureStreamVideoColor
+ * c: video color specified by VADisplayAttribBlendColor
* b: background color of the drawable
*/
VADisplayAttribBlendColor = 13,