Mercurial > mplayer.hg
changeset 27993:8a2cee973272
cosmetics: Add/remove a few newlines similar to vo_fbdev.c.
author | diego |
---|---|
date | Mon, 24 Nov 2008 14:35:08 +0000 |
parents | 0923262b0ebc |
children | 6aaa7be68416 |
files | libvo/vo_wii.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_wii.c Mon Nov 24 14:29:32 2008 +0000 +++ b/libvo/vo_wii.c Mon Nov 24 14:35:08 2008 +0000 @@ -69,12 +69,12 @@ 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 @@ 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;