Add entrypoint for JPEG encode 25/525/1
authorAustin Yuan <shengquan.yuan@gmail.com>
Mon, 29 Mar 2010 06:56:32 +0000 (14:56 +0800)
committerAustin Yuan <shengquan.yuan@gmail.com>
Mon, 29 Mar 2010 06:56:32 +0000 (14:56 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
va/va.h

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