diff options
Diffstat (limited to 'src/video_out/video_out_opengl2.c')
-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 45c5abf16..c2f7b2012 100644 --- a/src/video_out/video_out_opengl2.c +++ b/src/video_out/video_out_opengl2.c @@ -612,7 +612,7 @@ static void opengl2_overlay_blend (vo_driver_t *this_gen, vo_frame_t *frame_gen, if (overlay->rle) { if (!overlay->rgb_clut || !overlay->hili_rgb_clut) { - _x_overlay_clut_yuv2rgb(overlay); + _x_overlay_clut_yuv2rgb(overlay, this->color_standard); } } |