Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28028 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-11-24 14:44:09 +00:00
parent 1add1d6597
commit c27cdb7288
1 changed files with 1 additions and 1 deletions

View File

@ -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;