diff options
author | Christian König <[email protected]> | 2011-03-29 20:01:49 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-29 20:01:49 +0200 |
commit | 1f3a85ec7931c5d67fce0ec1e845d6c91048e599 (patch) | |
tree | 395600a29d77b46e5732659e19d7d423dde42a96 /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | f3c9161b15988e90a2f727c8260ac3bff41912fd (diff) |
[g3dvl] let mc code work on the different color planes seperately
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_compositor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h index 249eb685b40..e10a663f860 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -32,6 +32,7 @@ #include <pipe/p_state.h> #include <pipe/p_video_state.h> #include "vl_types.h" +#include "vl_ycbcr_buffer.h" struct pipe_context; struct keymap; @@ -78,8 +79,7 @@ void vl_compositor_set_layers(struct vl_compositor *compositor, unsigned num_layers); void vl_compositor_render(struct vl_compositor *compositor, - struct pipe_sampler_view *src_surface, - enum pipe_mpeg12_picture_type picture_type, + struct vl_ycbcr_sampler_views *src_sampler, struct pipe_video_rect *src_area, struct pipe_surface *dst_surface, struct pipe_video_rect *dst_area, |