summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index ae9a1c3e03..06f93814fc 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -142,7 +142,7 @@ typedef struct vo_functions_s
/*
* Control interface
*/
- int (*control)(uint32_t request, void *data, ...);
+ int (*control)(uint32_t request, void *data);
/*
* Display a new RGB/BGR frame of the video to the screen.