On Mon, 2014-05-19 at 02:54 -0600, Sebastian Ramacher wrote: > Signed-off-by: Sebastian Ramacher <[email protected]>
LGTM. It will be pushed. Add: Reviewed-by Zhao, Yakui <[email protected]> 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; > } _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
