[Libva] [PATCH 2/2] Propagate error code
Zhao, Yakui
yakui.zhao at intel.com
Thu May 22 17:51:44 PDT 2014
On Mon, 2014-05-19 at 02:54 -0600, Sebastian Ramacher wrote:
> Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
LGTM. It will be pushed.
Add: Reviewed-by Zhao, Yakui <yakui.zhao at intel.com>
Thanks.
Yakui
> ---
> src/gen75_picture_process.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/gen75_picture_process.c b/src/gen75_picture_process.c
> index d9f7cb8..8f79414 100644
> --- a/src/gen75_picture_process.c
> +++ b/src/gen75_picture_process.c
> @@ -63,8 +63,8 @@ gen75_vpp_fmt_cvt(VADriverContextP ctx,
> proc_ctx->vpp_fmt_cvt_ctx = i965_proc_context_init(ctx, NULL);
> }
>
> - i965_proc_picture(ctx, profile, codec_state,
> - proc_ctx->vpp_fmt_cvt_ctx);
> + va_status = i965_proc_picture(ctx, profile, codec_state,
> + proc_ctx->vpp_fmt_cvt_ctx);
>
> return va_status;
> }
More information about the Libva
mailing list