summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/video_out_raw.c')
-rw-r--r--src/video_out/video_out_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_raw.c b/src/video_out/video_out_raw.c
index a19285707..eee6e6ff4 100644
--- a/src/video_out/video_out_raw.c
+++ b/src/video_out/video_out_raw.c
@@ -140,7 +140,7 @@ static void raw_overlay_blend (vo_driver_t *this_gen, vo_frame_t *frame_gen, vo_
if (overlay->rle) {
if (!overlay->rgb_clut || !overlay->hili_rgb_clut)
- _x_overlay_clut_yuv2rgb (overlay);
+ _x_overlay_clut_yuv2rgb (overlay, 0);
if ( raw_process_ovl( this, overlay ) )
++this->ovl_changed;
}