Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cb7a32f4
Commit
cb7a32f4
authored
May 13, 2009
by
ivoire
Browse files
aa video output: fix compilation warning.
parent
9530b16f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/aa.c
View file @
cb7a32f4
...
...
@@ -231,7 +231,7 @@ static void Render( vout_thread_t *p_vout, picture_t *p_pic )
static
void
Display
(
vout_thread_t
*
p_vout
,
picture_t
*
p_pic
)
{
/* No need to do anything, the fake direct buffers stay as they are */
int
i_width
,
i_height
,
i_x
,
i_y
;
unsigned
int
i_width
,
i_height
,
i_x
,
i_y
;
vout_PlacePicture
(
p_vout
,
p_vout
->
p_sys
->
i_width
,
p_vout
->
p_sys
->
i_height
,
&
i_x
,
&
i_y
,
&
i_width
,
&
i_height
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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