[MPlayer-cvslog] r28028 - trunk/libvo/vo_wii.c
diego
subversion at mplayerhq.hu
Mon Nov 24 15:44:09 CET 2008
Author: diego
Date: Mon Nov 24 15:44:09 2008
New Revision: 28028
Log:
Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
Modified:
trunk/libvo/vo_wii.c
Modified: trunk/libvo/vo_wii.c
==============================================================================
--- trunk/libvo/vo_wii.c (original)
+++ trunk/libvo/vo_wii.c Mon Nov 24 15:44:09 2008
@@ -70,7 +70,7 @@ static char *fb_dev_name = NULL;
static FILE *vt_fp = NULL;
static int vt_doit = 1;
-static int fb_dev_fd = -1;
+static int fb_dev_fd;
static int fb_tty_fd = -1;
static size_t fb_size;
static uint8_t *frame_buffer;
More information about the MPlayer-cvslog
mailing list