summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-25 17:23:51 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-25 17:23:51 +0000
commitdff9fc9bb1e3a5593c8dcc1c77116d1647b9af99 (patch)
treefb8b79222d98533b2bb77880232d9be786c12f27 /src/video_out/video_out_opengl.c
parent977484032ff46573c8d3bf39de73cff4304b7a80 (diff)
downloadxine-lib-dff9fc9bb1e3a5593c8dcc1c77116d1647b9af99.tar.gz
xine-lib-dff9fc9bb1e3a5593c8dcc1c77116d1647b9af99.tar.bz2
Add more VO_CAP_* to indicate support for colour controls & zoom properties.
--HG-- extra : transplant_source : %C2%84%E8%0E%FD%DE%D3%3E%FB%B8%AF%F3%80a%5E%B3v%C5%8B%08
Diffstat (limited to 'src/video_out/video_out_opengl.c')
-rw-r--r--src/video_out/video_out_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c
index 21383453e..2ffd83637 100644
--- a/src/video_out/video_out_opengl.c
+++ b/src/video_out/video_out_opengl.c
@@ -1200,7 +1200,7 @@ static void *render_run (opengl_driver_t *this) {
static uint32_t opengl_get_capabilities (vo_driver_t *this_gen) {
/* opengl_driver_t *this = (opengl_driver_t *) this_gen; */
- uint32_t capabilities = VO_CAP_YV12 | VO_CAP_YUY2;
+ uint32_t capabilities = VO_CAP_YV12 | VO_CAP_YUY2 | VO_CAP_BRIGHTNESS | VO_CAP_CONTRAST | VO_CAP_SATURATION;
/* TODO: somehow performance goes down during the first few frames */
/* if (this->xoverlay) */