diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_context.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_context.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_context.h b/src/gallium/auxiliary/vl/vl_context.h index 9f12a0df925..4fbe2651d89 100644 --- a/src/gallium/auxiliary/vl/vl_context.h +++ b/src/gallium/auxiliary/vl/vl_context.h @@ -38,12 +38,11 @@ struct vl_context { struct pipe_video_context base; struct pipe_context *pipe; - bool pot_buffers; }; /* drivers can call this function in their pipe_video_context constructors and pass it an accelerated pipe_context along with suitable buffering modes, etc */ struct pipe_video_context * -vl_create_context(struct pipe_context *pipe, bool pot_buffers); +vl_create_context(struct pipe_context *pipe); #endif /* vl_context_h */ |