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/tvi_bsdbt848.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tvi_bsdbt848.c') diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c index 1b7c7e2847..5db90a2bde 100644 --- a/stream/tvi_bsdbt848.c +++ b/stream/tvi_bsdbt848.c @@ -69,7 +69,7 @@ static tvi_handle_t *tvi_init_bsdbt848(tv_param_t* tv_param); /* information about this file */ -tvi_info_t tvi_info_bsdbt848 = { +const tvi_info_t tvi_info_bsdbt848 = { tvi_init_bsdbt848, "Brooktree848 Support", "bsdbt848", -- cgit v1.2.3