vpp: drop "flags" field in pipeline caps.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 4 Apr 2012 08:52:27 +0000 (10:52 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 4 Apr 2012 11:39:21 +0000 (13:39 +0200)
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/i965_drv_video.c

index 495e4cf..55f5e38 100644 (file)
@@ -3546,7 +3546,6 @@ VAStatus i965_QueryVideoProcPipelineCaps(
     struct i965_driver_data * const i965 = i965_driver_data(ctx);
     unsigned int i = 0;
 
-    pipeline_cap->flags = 0;
     pipeline_cap->pipeline_flags = 0;
     pipeline_cap->filter_flags = 0;
     pipeline_cap->num_forward_references = 0;