VPP: Update the mapping of VPP filter to internal flag
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 22 May 2013 05:34:16 +0000 (13:34 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 5 Jun 2013 01:25:05 +0000 (09:25 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/i965_post_processing.c

index 4e678d3..babc09c 100755 (executable)
@@ -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] = {