mirror of https://github.com/mpv-player/mpv
Fix warnings:
vo_directfb2.c:1296: warning: unused variable 'rect' vo_directfb2.c:1295: warning: unused variable 'dsc' vo_directfb2.c:1294: warning: unused variable 'tmp' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24186 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b0ae2fdd7a
commit
5606acf652
|
@ -1291,9 +1291,9 @@ static int draw_slice(uint8_t *src[], int stride[], int w, int h, int x, int y)
|
|||
static uint32_t put_image(mp_image_t *mpi){
|
||||
|
||||
|
||||
static IDirectFBSurface *tmp = NULL;
|
||||
DFBSurfaceDescription dsc;
|
||||
DFBRectangle rect;
|
||||
// static IDirectFBSurface *tmp = NULL;
|
||||
// DFBSurfaceDescription dsc;
|
||||
// DFBRectangle rect;
|
||||
|
||||
// if ( mp_msg_test(MSGT_VO,MSGL_V) ) printf("DirectFB: Put_image entered %i %i %i %i %i %i\n",mpi->x,mpi->y,mpi->w,mpi->h,mpi->width,mpi->height);
|
||||
|
||||
|
|
Loading…
Reference in New Issue