Commit c701dff5 authored by Austin Yuan's avatar Austin Yuan

Add entrypoint for JPEG encode

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent 1a756401
...@@ -227,6 +227,7 @@ typedef enum ...@@ -227,6 +227,7 @@ typedef enum
VAEntrypointMoComp = 4, VAEntrypointMoComp = 4,
VAEntrypointDeblocking = 5, VAEntrypointDeblocking = 5,
VAEntrypointEncSlice = 6, /* slice level encode */ VAEntrypointEncSlice = 6, /* slice level encode */
VAEntrypointEncSlice = 7 /* pictuer encode, JPEG, etc */
} VAEntrypoint; } VAEntrypoint;
/* Currently defined configuration attribute types */ /* Currently defined configuration attribute types */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment