changeset 11408:147f31870df6

Change conflicting function declaration between .c and .h file, causing a compilation failure on Cygwin, checked by Sascha Sommer.
author diego
date Fri, 07 Nov 2003 15:12:29 +0000
parents 38ef94bea3b8
children 77af55c1b661
files libvo/vosub_vidix.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vosub_vidix.h	Fri Nov 07 09:57:06 2003 +0000
+++ b/libvo/vosub_vidix.h	Fri Nov 07 15:12:29 2003 +0000
@@ -22,7 +22,7 @@
 int	 vidix_stop(void);
 void     vidix_term( void );
 uint32_t vidix_control(uint32_t request, void *data, ...);
-uint32_t vidix_query_fourcc(unsigned fourcc);
+uint32_t vidix_query_fourcc(uint32_t fourcc);
 
 uint32_t vidix_draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y);
 uint32_t vidix_draw_frame(uint8_t *src[]);