summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ramacher <sramacher@debian.org>2014-05-23 08:57:39 +0800
committerZhao Yakui <yakui.zhao@intel.com>2014-05-23 08:57:39 +0800
commitca1acd54eb59eadabfb40a4b61df2e8968b5e00d (patch)
tree1100754bddb4d54fc5fbac62c086d6409748b16f
parente9e9b55c769a6c0b90d6af5d89a6baf4c6f742be (diff)
Propagate error code
Signed-off-by: Sebastian Ramacher <sramacher@debian.org> Reviewed-by: Zhao, Yakui <yakui.zhao@intel.com>
-rw-r--r--src/gen75_picture_process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen75_picture_process.c b/src/gen75_picture_process.c
index 87b6c68..6978d4b 100644
--- a/src/gen75_picture_process.c
+++ b/src/gen75_picture_process.c
@@ -57,8 +57,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;
}