summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.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/tvi_dshow.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/tvi_dshow.c')
-rw-r--r--stream/tvi_dshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index e158048411..9b6ee996bc 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -102,7 +102,7 @@ static tvi_handle_t *tvi_init_dshow(tv_param_t* tv_param);
/**
information about this file
*/
-tvi_info_t tvi_info_dshow = {
+const tvi_info_t tvi_info_dshow = {
tvi_init_dshow,
"DirectShow TV",
"dshow",