diff options
-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; } |