comparison libvo/vo_mga.c @ 7124:eca7dbad0166

finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
author alex
date Wed, 28 Aug 2002 21:32:32 +0000
parents 08c552788216
children e4e70b0e1786
comparison
equal deleted inserted replaced
7123:0f893a16c316 7124:eca7dbad0166
56 #include "mga_common.c" 56 #include "mga_common.c"
57 57
58 #define FBDEV "/dev/fb0" 58 #define FBDEV "/dev/fb0"
59 59
60 static uint32_t 60 static uint32_t
61 config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t *info) 61 config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format)
62 { 62 {
63 63
64 // if (f >= 0) mga_uninit(); 64 // if (f >= 0) mga_uninit();
65 if(!vo_screenwidth || !vo_screenheight) { 65 if(!vo_screenwidth || !vo_screenheight) {
66 int fd; 66 int fd;