diff stream/tvi_v4l2.c @ 25689:7d5823bd4517

Make all tvi_info_t const
author reimar
date Sun, 13 Jan 2008 12:01:57 +0000
parents 1635b2b31bdd
children afa125da85cf
line wrap: on
line diff
--- a/stream/tvi_v4l2.c	Sun Jan 13 11:59:50 2008 +0000
+++ b/stream/tvi_v4l2.c	Sun Jan 13 12:01:57 2008 +0000
@@ -49,7 +49,7 @@
 #define info tvi_info_v4l2
 static tvi_handle_t *tvi_init_v4l2(tv_param_t* tv_param);
 /* information about this file */
-tvi_info_t tvi_info_v4l2 = {
+const tvi_info_t tvi_info_v4l2 = {
     tvi_init_v4l2,
     "Video 4 Linux 2 input",
     "v4l2",