Mercurial > mplayer.hg
diff libvo/vo_directfb2.c @ 25764:7d2685c7d688
Fix warning:
vo_directfb2.c:553: warning: passing argument 2 of ¡Ædfb->EnumVideoModes¡Ç from incompatible pointer type
author | reimar |
---|---|
date | Sat, 19 Jan 2008 11:25:41 +0000 |
parents | dd97d332e041 |
children | 46f0b4d34fa1 |
line wrap: on
line diff
--- a/libvo/vo_directfb2.c Sat Jan 19 11:17:04 2008 +0000 +++ b/libvo/vo_directfb2.c Sat Jan 19 11:25:41 2008 +0000 @@ -447,7 +447,7 @@ } videomode_t; -DFBEnumerationResult video_modes_callback( unsigned int width,unsigned int height,unsigned int bpp, void *data) +DFBEnumerationResult video_modes_callback( int width,int height,int bpp, void *data) { videomode_t *params =(videomode_t *)data;