diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2013-05-22 13:34:16 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-06-05 09:25:05 +0800 |
commit | bf9ed634465e57fd0a1719b490db6f3fb4f132da (patch) | |
tree | 90bfadd14a2b4166680756c80b76aded68841387 | |
parent | 0ddffbf60e79f489e9f66fd0210311385df5d91e (diff) | |
download | libva-intel-driver-bf9ed634465e57fd0a1719b490db6f3fb4f132da.tar.gz libva-intel-driver-bf9ed634465e57fd0a1719b490db6f3fb4f132da.tar.bz2 libva-intel-driver-bf9ed634465e57fd0a1719b490db6f3fb4f132da.zip |
VPP: Update the mapping of VPP filter to internal flag
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rwxr-xr-x | src/i965_post_processing.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index 4e678d3..babc09c 100755 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -5146,12 +5146,9 @@ i965_post_processing_init(VADriverContextP ctx) static const int procfilter_to_pp_flag[VAProcFilterCount] = { PP_NULL, /* VAProcFilterNone */ PP_NV12_DN, /* VAProcFilterNoiseReduction */ - PP_NULL, /* VAProcFilterDeblocking */ PP_NV12_DNDI, /* VAProcFilterDeinterlacing */ PP_NULL, /* VAProcFilterSharpening */ PP_NULL, /* VAProcFilterColorBalance */ - PP_NULL, /* VAProcFilterColorStandard */ - PP_NULL, /* VAProcFilterFrameRateConversion */ }; static const int proc_frame_to_pp_frame[3] = { |