[MPlayer-cvslog] r27989 - trunk/libvo/vo_fbdev.c
diego
subversion at mplayerhq.hu
Sun Nov 23 14:02:10 CET 2008
Author: diego
Date: Sun Nov 23 14:02:10 2008
New Revision: 27989
Log:
cosmetics: Lessen differences to vo_wii.c.
Modified:
trunk/libvo/vo_fbdev.c
Modified: trunk/libvo/vo_fbdev.c
==============================================================================
--- trunk/libvo/vo_fbdev.c (original)
+++ trunk/libvo/vo_fbdev.c Sun Nov 23 14:02:10 2008
@@ -547,7 +547,7 @@ static int fb_dev_fd;
static int fb_tty_fd = -1;
static size_t fb_size;
static uint8_t *frame_buffer;
-static uint8_t *center; /* thx .so :) */
+static uint8_t *center;
static struct fb_fix_screeninfo fb_finfo;
static struct fb_var_screeninfo fb_orig_vinfo;
static struct fb_var_screeninfo fb_vinfo;
@@ -1074,8 +1074,7 @@ static int draw_frame(uint8_t *src[])
static int draw_slice(uint8_t *src[], int stride[], int w, int h, int x,
int y)
{
- uint8_t *d;
- uint8_t *s;
+ uint8_t *d, *s;
d = center + fb_line_len * y + fb_pixel_size * x;
More information about the MPlayer-cvslog
mailing list