diff options
author | Torsten Jager <t.jager@gmx.de> | 2012-11-14 12:17:56 +0200 |
---|---|---|
committer | Torsten Jager <t.jager@gmx.de> | 2012-11-14 12:17:56 +0200 |
commit | 339e02f1bdb3cc20223a6c4cf281b26fa90893c2 (patch) | |
tree | e046275a4ba97599aeb112013993d5652e4cc823 | |
parent | 8ce3bb9c71652a257cac22cb2580b0b74cf62ff8 (diff) | |
download | xine-lib-339e02f1bdb3cc20223a6c4cf281b26fa90893c2.tar.gz xine-lib-339e02f1bdb3cc20223a6c4cf281b26fa90893c2.tar.bz2 |
vo_opengl2: show brightness/contrast/saturation changes while paused
-rw-r--r-- | src/video_out/video_out_opengl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_opengl2.c b/src/video_out/video_out_opengl2.c index e93d65a15..6326aebce 100644 --- a/src/video_out/video_out_opengl2.c +++ b/src/video_out/video_out_opengl2.c @@ -786,7 +786,7 @@ static int opengl2_redraw_needed( vo_driver_t *this_gen ) _x_vo_scale_compute_output_size( &this->sc ); return 1; } - return 0; + return this->update_csc; } |