[Libva] [PATCH 2/2] Propagate error code
Sebastian Ramacher
sramacher at debian.org
Mon May 19 01:54:49 PDT 2014
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
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;
}
--
2.0.0.rc2
More information about the Libva
mailing list