summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-11-24 14:24:36 +0000
committerXiang, Haihao <haihao.xiang@intel.com>2013-05-28 16:32:18 +0800
commitfc1072c49c9639b685d469f0ba89c907f4e17a51 (patch)
tree986cd9f57f651342b18897d37e9c64d4a7833636 /va
parent018d6f7c7567cd508cb298ad49ed20ce18984903 (diff)
vpp: remove obsolete sample code.
Diffstat (limited to 'va')
-rw-r--r--va/va_vpp.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/va/va_vpp.h b/va/va_vpp.h
index 1734118..e8c8393 100644
--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -209,29 +209,6 @@ extern "C" {
* \endcode
*/
-#if 0
- /* Surfaces composition */
- VAProcPipelineParameterBuffer *pipeline_param;
- pipeline_param->surface = VA_INVALID_SURFACE;
- pipeline_param->surface_region = surface_region;
- pipeline_param->output_region = output_region;
- pipeline_param->output_background_color = output_background_color;
- pipeline_param->flags = VA_FILTER_SCALING_HQ;
- pipeline_param->filters = filters;
- pipeline_param->num_filters = num_filters;
-
- VAProcPipelineID vpp_proc;
- VAProcPipelineParameterBuffer
-
- VAProcFilterParameterBuffer filter;
-
- vaBeginPicture(va_dpy, vpp_context, vpp_surface);
- {
- vaRenderPicture(va_dpy,
- }
- vaEndPicture(va_dpy, vpp_context);
-#endif
-
/** \brief Video filter types. */
typedef enum _VAProcFilterType {
VAProcFilterNone = 0,