diff options
Diffstat (limited to 'libvo/vo_zr.c')
-rw-r--r-- | libvo/vo_zr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c index 8d401229e4..190a1ecb3a 100644 --- a/libvo/vo_zr.c +++ b/libvo/vo_zr.c @@ -290,7 +290,7 @@ int zr_geometry_sane(geo_t *g, unsigned int width, unsigned int height) { 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) + uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format) { int i, tmp, stretchx, stretchy; framenum = 0; |