[MPlayer-cvslog] r24186 - trunk/libvo/vo_directfb2.c
diego
subversion at mplayerhq.hu
Sat Aug 25 18:32:20 CEST 2007
Author: diego
Date: Sat Aug 25 18:32:20 2007
New Revision: 24186
Log:
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'
Modified:
trunk/libvo/vo_directfb2.c
Modified: trunk/libvo/vo_directfb2.c
==============================================================================
--- trunk/libvo/vo_directfb2.c (original)
+++ trunk/libvo/vo_directfb2.c Sat Aug 25 18:32:20 2007
@@ -1291,9 +1291,9 @@ static int draw_slice(uint8_t *src[], in
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);
More information about the MPlayer-cvslog
mailing list