From 83773af50ffa6a30af26bab4225ea235cca1565d Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 12:01:57 +0000 Subject: Make all tvi_info_t const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25717 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stream/tv.c') 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[]={ -- cgit v1.2.3