diff libvo/vo_md5.c @ 4433:df8e0f71cc3c

new info for tuning
author nick
date Thu, 31 Jan 2002 09:57:13 +0000
parents ed5b85b713a3
children ab4ec4b99531
line wrap: on
line diff
--- a/libvo/vo_md5.c	Thu Jan 31 09:39:11 2002 +0000
+++ b/libvo/vo_md5.c	Thu Jan 31 09:57:13 2002 +0000
@@ -37,10 +37,10 @@
 static FILE * md5_file;
 
 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)
+init(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)
 {
     md5_file = fopen ("md5", "w");
-    return video_out_pgm.init (width, height, d_width,d_height,fullscreen, title, format);
+    return video_out_pgm.config (width, height, d_width,d_height,fullscreen, title, format,info);
 }
 
 static const vo_info_t*