Commit 24267857 authored by Austin Yuan's avatar Austin Yuan

fix build issue

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent c701dff5
......@@ -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 */
......
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