summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 7dc87c53f2..a09df2c076 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -102,7 +102,7 @@ typedef struct tvi_functions_s
} tvi_functions_t;
typedef struct tvi_handle_s {
- tvi_functions_t *functions;
+ const tvi_functions_t *functions;
void *priv;
int seq;