From b587a3d642a763d0e56b165a95ed8ea7a0bc1eff Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 31 Jan 2002 09:57:13 +0000 Subject: new info for tuning git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4434 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_fbdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo/vo_fbdev.c') diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c index 1e2f4505ac..9296e4c276 100644 --- a/libvo/vo_fbdev.c +++ b/libvo/vo_fbdev.c @@ -896,9 +896,9 @@ static void vt_set_textarea(int u, int l) fflush(vt_fp); } -static uint32_t init(uint32_t width, uint32_t height, uint32_t d_width, +static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, - uint32_t format) + uint32_t format,const vo_tune_info_t *info) { struct fb_cmap *cmap; int vm = fullscreen & 0x02; -- cgit v1.2.3