summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directfb2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_directfb2.c b/libvo/vo_directfb2.c
index 3a27d9bfaa..9371379bad 100644
--- a/libvo/vo_directfb2.c
+++ b/libvo/vo_directfb2.c
@@ -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);