[Libva] [PATCH 1/2] Define i965_proc_picture in header
Zhao, Yakui
yakui.zhao at intel.com
Thu May 22 17:50:15 PDT 2014
On Thu, 2014-05-22 at 18:41 -0600, Sebastian Ramacher wrote:
> Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
This looks good to me. This will be pushed.
Reviewed-by: Zhao, Yakui <yakui.zhao at intel.com>
> ---
> src/gen75_picture_process.c | 6 ------
> src/i965_post_processing.h | 5 +++++
> 2 files changed, 5 insertions(+), 6 deletions(-)
>
> diff --git a/src/gen75_picture_process.c b/src/gen75_picture_process.c
> index 3c4fc0b..54967a9 100644
> --- a/src/gen75_picture_process.c
> +++ b/src/gen75_picture_process.c
> @@ -38,12 +38,6 @@
> #include "i965_post_processing.h"
> #include "gen75_picture_process.h"
>
> -extern void
> -i965_proc_picture(VADriverContextP ctx,
> - VAProfile profile,
> - union codec_state *codec_state,
> - struct hw_context *hw_context);
> -
> extern struct hw_context *
> i965_proc_context_init(VADriverContextP ctx,
> struct object_config *obj_config);
> diff --git a/src/i965_post_processing.h b/src/i965_post_processing.h
> index fd4cbcf..1599026 100755
> --- a/src/i965_post_processing.h
> +++ b/src/i965_post_processing.h
> @@ -575,6 +575,11 @@ i965_post_processing_terminate(VADriverContextP ctx);
> bool
> i965_post_processing_init(VADriverContextP ctx);
>
> +VAStatus
> +i965_proc_picture(VADriverContextP ctx,
> + VAProfile profile,
> + union codec_state *codec_state,
> + struct hw_context *hw_context);
>
> extern void
> gen8_post_processing_context_init(VADriverContextP ctx,
More information about the Libva
mailing list