diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2013-12-27 15:05:44 +0800 |
---|---|---|
committer | Yakui Zhao <yakui.zhao@intel.com> | 2013-12-27 15:05:44 +0800 |
commit | fe79c157374479ee40169f662edf2b4eba817c6b (patch) | |
tree | b2d381003e28752709ccfe557a3d536e8376592e | |
parent | 1ddeadfcaaa4ce81c464dd0d6080ade20f7658b1 (diff) | |
download | libva-intel-driver-fe79c157374479ee40169f662edf2b4eba817c6b.tar.gz libva-intel-driver-fe79c157374479ee40169f662edf2b4eba817c6b.tar.bz2 libva-intel-driver-fe79c157374479ee40169f662edf2b4eba817c6b.zip |
Fix the error for the VPP conversion of NV12->NV12 on BDW
Signed-off-by: Zhao Yakui <yakui.zhao@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 1ad1a38..5eac7cd 100755 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -1112,7 +1112,7 @@ static struct pp_module pp_modules_gen75[] = { NULL, }, - gen7_pp_nv12_dndi_initialize, + gen8_pp_plx_avs_initialize, }, { |