diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2013-12-27 11:16:48 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-12-27 11:18:31 +0800 |
commit | 28bca7bb56e49f7f500f1deca9825b1e9bd7744b (patch) | |
tree | 27a9ef89b9a851132b5a95432d6cf992d77f7e4a | |
parent | 55e2ff86cc02ec1d2c517e6a15d4bf90081f0385 (diff) | |
download | libva-intel-driver-28bca7bb56e49f7f500f1deca9825b1e9bd7744b.tar.gz libva-intel-driver-28bca7bb56e49f7f500f1deca9825b1e9bd7744b.tar.bz2 libva-intel-driver-28bca7bb56e49f7f500f1deca9825b1e9bd7744b.zip |
VPP/bdw: Fix the initialize function used for NV12 to NV12
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rwxr-xr-x | src/i965_post_processing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index a8a68a6..cf7a562 100755 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -1307,7 +1307,7 @@ static struct pp_module pp_modules_gen8[] = { NULL, }, - gen7_pp_nv12_dndi_initialize, + gen8_pp_plx_avs_initialize, }, { |