summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 80c51dfc08..ae84f9d0c9 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -151,11 +151,9 @@ struct vo_driver {
const vo_info_t *info;
/*
- * Preinitializes driver (real INITIALIZATION)
- * arg - currently it's vo_subdevice
* returns: zero on successful initialization, non-zero on error.
*/
- int (*preinit)(struct vo *vo, const char *arg);
+ int (*preinit)(struct vo *vo);
/*
* Whether the given image format is supported and config() will succeed.