git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9530b16
)
aa video output: fix compilation warning.
author
Rémi Duraffort
<ivoire@videolan.org>
Wed, 13 May 2009 16:34:43 +0000
(18:34 +0200)
committer
Rémi Duraffort
<ivoire@videolan.org>
Wed, 13 May 2009 16:34:43 +0000
(18:34 +0200)
modules/video_output/aa.c
patch
|
blob
|
history
diff --git
a/modules/video_output/aa.c
b/modules/video_output/aa.c
index
0e25685
..
9777707
100644
(file)
--- a/
modules/video_output/aa.c
+++ b/
modules/video_output/aa.c
@@
-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 */
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 );
vout_PlacePicture( p_vout, p_vout->p_sys->i_width, p_vout->p_sys->i_height,
&i_x, &i_y, &i_width, &i_height );