summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_dummy.c')
-rw-r--r--stream/tvi_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_dummy.c b/stream/tvi_dummy.c
index 8924c79220..50941a2925 100644
--- a/stream/tvi_dummy.c
+++ b/stream/tvi_dummy.c
@@ -35,7 +35,7 @@ const tvi_info_t tvi_info_dummy = {
};
/* private data's */
-typedef struct {
+typedef struct priv {
int width;
int height;
} priv_t;