summaryrefslogtreecommitdiffstats
path: root/libvo/vo_pgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_pgm.c')
-rw-r--r--libvo/vo_pgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_pgm.c b/libvo/vo_pgm.c
index e37f2c8973..0f894fdd64 100644
--- a/libvo/vo_pgm.c
+++ b/libvo/vo_pgm.c
@@ -42,7 +42,7 @@ static uint8_t *image=NULL;
char vo_pgm_filename[24];
static uint32_t
-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)
+config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format)
{
image_height = height;
image_width = width;