[MPlayer-cvslog] r28027 - trunk/libvo/vo_wii.c
diego
subversion at mplayerhq.hu
Mon Nov 24 15:35:08 CET 2008
Author: diego
Date: Mon Nov 24 15:35:08 2008
New Revision: 28027
Log:
cosmetics: Add/remove a few newlines 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:35:08 2008
@@ -69,12 +69,12 @@ 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_tty_fd = -1;
static size_t fb_size;
static uint8_t *frame_buffer;
static uint8_t *center;
-
static struct fb_var_screeninfo fb_orig_vinfo;
static struct fb_var_screeninfo fb_vinfo;
static int fb_pixel_size; // 32: 4 24: 3 16: 2 15: 2
@@ -195,7 +195,6 @@ static int config(uint32_t width, uint32
out_width = fb_vinfo.xres;
out_height = fb_vinfo.yres;
}
-
if (out_width < in_width || out_height < in_height) {
mp_msg(MSGT_VO, MSGL_ERR, "screensize is smaller than video size\n");
return 1;
More information about the MPlayer-cvslog
mailing list