summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_v4l.c')
-rw-r--r--stream/tvi_v4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index be02c1176c..819f0e2e01 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -87,7 +87,7 @@ const tvi_info_t tvi_info_v4l = {
#define VID_BUF_SIZE_IMMEDIATE 2
#define VIDEO_AVG_BUFFER_SIZE 600
-typedef struct {
+typedef struct priv {
/* general */
char *video_device;
int video_fd;