Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
19324a98
Commit
19324a98
authored
Dec 24, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. changed subtitles palette.
parent
4ec43b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/video_output/video_spu.c
src/video_output/video_spu.c
+1
-1
No files found.
src/video_output/video_spu.c
View file @
19324a98
...
...
@@ -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
,
0x
0000
,
0x5555
,
0x
ffff
};
static
int
p_palette
[
4
]
=
{
0x0000
,
0x
ffff
,
0x5555
,
0x
8888
};
boolean_t
b_aligned
=
1
;
byte_t
*
p_from
[
2
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment