summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 12:01:57 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 12:01:57 +0000
commit83773af50ffa6a30af26bab4225ea235cca1565d (patch)
tree2c0a147145251879f118473b46aa8d256f53fd2e /stream/tv.c
parent2f738465ad0bea93957e031dec9c4b9429bbb232 (diff)
downloadmpv-83773af50ffa6a30af26bab4225ea235cca1565d.tar.bz2
mpv-83773af50ffa6a30af26bab4225ea235cca1565d.tar.xz
Make all tvi_info_t const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25717 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/stream/tv.c b/stream/tv.c
index dacc40465c..17bedccce3 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -41,11 +41,11 @@ tv_channels_t *tv_channel_current, *tv_channel_last;
char *tv_channel_last_real;
/* enumerating drivers (like in stream.c) */
-extern tvi_info_t tvi_info_dummy;
-extern tvi_info_t tvi_info_dshow;
-extern tvi_info_t tvi_info_v4l;
-extern tvi_info_t tvi_info_v4l2;
-extern tvi_info_t tvi_info_bsdbt848;
+extern const tvi_info_t tvi_info_dummy;
+extern const tvi_info_t tvi_info_dshow;
+extern const tvi_info_t tvi_info_v4l;
+extern const tvi_info_t tvi_info_v4l2;
+extern const tvi_info_t tvi_info_bsdbt848;
/** List of drivers in autodetection order */
static const tvi_info_t* tvi_driver_list[]={