summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 15:45:23 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 15:45:23 +0000
commit9743ad6832946ce55fdac12a31b591dbfadf49aa (patch)
tree54bd05a09861c7914de507c7019f48ce1bb24d37 /libmpdemux/tv.h
parentee898ac2f938393b8d8106db9780ebde2e267cb1 (diff)
downloadmpv-9743ad6832946ce55fdac12a31b591dbfadf49aa.tar.bz2
mpv-9743ad6832946ce55fdac12a31b591dbfadf49aa.tar.xz
tuning worx (can set frequency)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2838 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r--libmpdemux/tv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index fd3c9ae953..19e5c2cd14 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -7,7 +7,7 @@ extern int tv_param_on;
//#include "../libvo/fastmemcpy.h"
//#include "mp_msg.h"
-extern unsigned long tv_param_freq;
+extern char *tv_param_freq;
extern char *tv_param_channel;
extern char *tv_param_norm;
extern char *tv_param_device;