diff libvo/vo_null.c @ 4433:df8e0f71cc3c

new info for tuning
author nick
date Thu, 31 Jan 2002 09:57:13 +0000
parents ed5b85b713a3
children 5fbfd8545c3b
line wrap: on
line diff
--- a/libvo/vo_null.c	Thu Jan 31 09:39:11 2002 +0000
+++ b/libvo/vo_null.c	Thu Jan 31 09:57:13 2002 +0000
@@ -67,7 +67,7 @@
 }
 
 static uint32_t
-init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format)
+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)
 {
 	image_width = width;
 	image_height = height;