OSDN Git Service

fix build issue
authorAustin Yuan <shengquan.yuan@gmail.com>
Mon, 29 Mar 2010 08:22:42 +0000 (16:22 +0800)
committerAustin Yuan <shengquan.yuan@gmail.com>
Mon, 29 Mar 2010 08:22:42 +0000 (16:22 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index ea5f9b8..76de2c7 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -227,7 +227,7 @@ typedef enum
     VAEntrypointMoComp         = 4,
     VAEntrypointDeblocking     = 5,
     VAEntrypointEncSlice       = 6,    /* slice level encode */
-    VAEntrypointEncSlice       = 7     /* pictuer encode, JPEG, etc */
+    VAEntrypointEncPicture     = 7     /* pictuer encode, JPEG, etc */
 } VAEntrypoint;
 
 /* Currently defined configuration attribute types */