log libvo/vo_wii.c @ 33955:f56df2bcfc7b

age author description
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sat, 27 Mar 2010 15:22:47 +0000 reimar Mark some more LIBVO_EXTERN declarations as const where possible.
Mon, 24 Nov 2008 14:44:09 +0000 diego Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
Mon, 24 Nov 2008 14:35:08 +0000 diego cosmetics: Add/remove a few newlines similar to vo_fbdev.c.
Mon, 24 Nov 2008 08:43:13 +0000 diego Remove useless setting of frame_buffer to NULL as suggested by Reimar.
Mon, 24 Nov 2008 08:40:11 +0000 diego Move setting of frame_buffer variable out of 'if', as preferred by Reimar.