[Libva] [PATCH 1/2] Fix return type of i965_proc_picture

Zhao, Yakui yakui.zhao at intel.com
Mon May 19 22:16:52 PDT 2014


On Mon, 2014-05-19 at 02:54 -0600, Sebastian Ramacher wrote:
> Signed-off-by: Sebastian Ramacher <sramacher at debian.org>

Hi, Sebastian
    
    Thanks for your efforts. As a whole, your patch looks good to me and
they make sense.
    
    For the patch 1, will you please put the function declaration of
i965_proc_picture into the file of i965_post_processing.h?

Thanks.
    Yakui
> ---
>  src/gen75_picture_process.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/gen75_picture_process.c b/src/gen75_picture_process.c
> index 3c4fc0b..d9f7cb8 100644
> --- a/src/gen75_picture_process.c
> +++ b/src/gen75_picture_process.c
> @@ -38,7 +38,7 @@
>  #include "i965_post_processing.h"
>  #include "gen75_picture_process.h"
>  
> -extern void
> +extern VAStatus
>  i965_proc_picture(VADriverContextP ctx, 
>                    VAProfile profile, 
>                    union codec_state *codec_state,




More information about the Libva mailing list