mirror of
https://github.com/mpv-player/mpv
synced 2025-01-28 02:23:06 +00:00
Fix warning:
vo_directfb2.c:553: warning: passing argument 2 of ‘dfb->EnumVideoModes’ from incompatible pointer type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25792 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
db95698364
commit
ce3b1606ab
@ -447,7 +447,7 @@ int bpp;
|
||||
} 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user