Commit 3243489b authored by Austin Yuan's avatar Austin Yuan

Fix vaSetSubpicturePalette compile issue

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent 7819bc53
......@@ -1257,7 +1257,6 @@ VAStatus __vaDriverInit_0_29( VADriverContextP ctx )
ctx->vtable.vaCreateSubpicture = dummy_CreateSubpicture;
ctx->vtable.vaDestroySubpicture = dummy_DestroySubpicture;
ctx->vtable.vaSetSubpictureImage = dummy_SetSubpictureImage;
ctx->vtable.vaSetSubpicturePalette = dummy_SetSubpicturePalette;
ctx->vtable.vaSetSubpictureChromakey = dummy_SetSubpictureChromakey;
ctx->vtable.vaSetSubpictureGlobalAlpha = dummy_SetSubpictureGlobalAlpha;
ctx->vtable.vaAssociateSubpicture = dummy_AssociateSubpicture;
......
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