[Libva] [PATCH] va: fix typo in VA_STARTCODE_AND_EPB_SKIP.

Gwenole Beauchesne gb.devel at gmail.com
Mon Aug 22 06:42:13 PDT 2011


---
 va/va.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/va/va.h b/va/va.h
index 31fd5e1..ec81ee4 100644
--- a/va/va.h
+++ b/va/va.h
@@ -302,7 +302,7 @@ typedef struct _VAConfigAttrib {
 
 /* attribute value for VAConfigAttribStartCodeAndEPB */
 #define VA_STARTCODE_AND_EPB_NO_SKIP   0x00000000 /* include start code and EPB when setting up slice params */
-#define VA_STARTCODE_AND_EBP_SKIP      0x00000001 /* skip start code and EPB when setting up slice params */
+#define VA_STARTCODE_AND_EPB_SKIP      0x00000001 /* skip start code and EPB when setting up slice params */
 
 /* attribute value for VAConfigAttribRateControl */
 #define VA_RC_NONE	0x00000001	
-- 
1.7.4.1



More information about the Libva mailing list