Commit 19324a98 authored by Sam Hocevar's avatar Sam Hocevar

. changed subtitles palette.

parent 4ec43b88
...@@ -106,7 +106,7 @@ void vout_RenderSPU( vout_buffer_t *p_buffer, subpicture_t *p_subpic, ...@@ -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; 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 */ /* 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; boolean_t b_aligned = 1;
byte_t *p_from[2]; byte_t *p_from[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment