comparison libvo/vo_directfb2.c @ 24166:cf27c9342878

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'
author diego
date Sat, 25 Aug 2007 16:32:20 +0000
parents a124f3abc1ec
children 57a3895ba1cc
comparison
equal deleted inserted replaced
24165:94cac0aa431b 24166:cf27c9342878
1289 1289
1290 1290
1291 static uint32_t put_image(mp_image_t *mpi){ 1291 static uint32_t put_image(mp_image_t *mpi){
1292 1292
1293 1293
1294 static IDirectFBSurface *tmp = NULL; 1294 // static IDirectFBSurface *tmp = NULL;
1295 DFBSurfaceDescription dsc; 1295 // DFBSurfaceDescription dsc;
1296 DFBRectangle rect; 1296 // DFBRectangle rect;
1297 1297
1298 // 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); 1298 // 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);
1299 1299
1300 unlock(); 1300 unlock();
1301 1301