From de56d2d9f5b3c5b11c73fba0d01323197d009e04 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 2 Apr 2008 19:38:34 +0300 Subject: Remove variable arguments from vo control() functions No voctrl uses them any more, and using them would not be a good idea because it makes forwarding arguments to other functions harder. --- libvo/video_out_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/video_out_internal.h') diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h index 83f38d5771..1bfb91d18c 100644 --- a/libvo/video_out_internal.h +++ b/libvo/video_out_internal.h @@ -30,7 +30,7 @@ #include "libmpcodecs/mp_image.h" #include "geometry.h" -static int control(uint32_t request, void *data, ...); +static int control(uint32_t request, void *data); static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format); -- cgit v1.2.3