From 3f6cd8bbf5197fe6a2610f1e261897829114cb1e Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Fri, 28 Jul 2017 14:10:29 +0800 Subject: Factor out CSC/scaling in the fast path The factored-out code will be re-used for va{Get,Put}Image() implementation Signed-off-by: Xiang, Haihao --- src/i965_post_processing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i965_post_processing.c') diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index 61da7616..95dd3d58 100644 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -1405,7 +1405,7 @@ pp_dndi_context_ensure_surfaces(VADriverContextP ctx, return VA_STATUS_SUCCESS; } -static int +int pp_get_surface_fourcc(VADriverContextP ctx, const struct i965_surface *surface) { int fourcc; -- cgit v1.2.1