diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/osd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index 336197f4b..2aad7e139 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -184,6 +184,7 @@ static int osd_show (osd_object_t *osd, int64_t vpts ) { for( y = osd->y1; y <= osd->y2; y++ ) { rle.len = 0; + rle.color = 0; c = osd->area + y * osd->width + osd->x1; for( x = osd->x1; x <= osd->x2; x++, c++ ) { if( rle.color != *c ) { |