]> git.sesse.net Git - vlc/commitdiff
. changed subtitles palette.
authorSam Hocevar <sam@videolan.org>
Sun, 24 Dec 2000 06:08:04 +0000 (06:08 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 24 Dec 2000 06:08:04 +0000 (06:08 +0000)
src/video_output/video_spu.c

index d3ffbacdacf6d0bbb80326ff1dddda62b7583173..6a6fd83bac41533a5e21b591651cae8db0c6f6be 100644 (file)
@@ -106,7 +106,7 @@ void vout_RenderSPU( vout_buffer_t *p_buffer, subpicture_t *p_subpic,
     int i_y_scale = ( p_buffer->i_pic_height << 6 ) / TARGET_HEIGHT;
 
     /* FIXME: fake palette - the real one has to be sought in the .IFO */
-    static int p_palette[4] = { 0x0000, 0x0000, 0x5555, 0xffff };
+    static int p_palette[4] = { 0x0000, 0xffff, 0x5555, 0x8888 };
 
     boolean_t b_aligned = 1;
     byte_t *p_from[2];