mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
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:
parent
1add1d6597
commit
c27cdb7288
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user