diff stream/tvi_v4l.c @ 31322:016194f71de3

Fix function pointer types in tvi_functions struct to be proper declarations.
author reimar
date Sun, 13 Jun 2010 17:20:29 +0000
parents ce0122361a39
children 64ba1daa147a
line wrap: on
line diff
--- a/stream/tvi_v4l.c	Sun Jun 13 17:18:48 2010 +0000
+++ b/stream/tvi_v4l.c	Sun Jun 13 17:20:29 2010 +0000
@@ -87,7 +87,7 @@
 #define VID_BUF_SIZE_IMMEDIATE   2
 #define VIDEO_AVG_BUFFER_SIZE  600
 
-typedef struct {
+typedef struct priv {
     /* general */
     char                        *video_device;
     int                         video_fd;