summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-03-29 14:56:32 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-03-29 14:56:32 +0800
commitc701dff54769992e417350bd253f1c81eac5e7d5 (patch)
treecb48fc6e779ee09bb17bb85a2ba10bd7008337cb
parent1a7564018bb625a708406ee365572c714100dd19 (diff)
downloadlibva-c701dff54769992e417350bd253f1c81eac5e7d5.tar.gz
Add entrypoint for JPEG encode
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-rw-r--r--va/va.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index d7bb224..ea5f9b8 100644
--- 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 */