Fix the mapping between VA filters and internal video processing
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 26 Jun 2012 04:58:54 +0000 (12:58 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 26 Jun 2012 05:03:20 +0000 (13:03 +0800)
Some new filters are added in va_vpp.h

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/i965_post_processing.c

index 3e3a513..d1c868e 100755 (executable)
@@ -4269,10 +4269,12 @@ 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] = {