diff libvo/vo_png.c @ 15212:05aa13cdf92f

replace VO and VF numeric flags with #defined identifiers
author henry
date Mon, 18 Apr 2005 15:52:38 +0000
parents 4a6f25e88dbb
children fd51fd1ff231
line wrap: on
line diff
--- a/libvo/vo_png.c	Mon Apr 18 14:35:11 2005 +0000
+++ b/libvo/vo_png.c	Mon Apr 18 15:52:38 2005 +0000
@@ -41,7 +41,7 @@
 };
 
 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)
+config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format)
 {
     
 	    if(z_compression == 0) {