summaryrefslogtreecommitdiffstats
path: root/stream/stream_tv.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-29 17:55:28 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-29 17:55:28 +0000
commit4f0d56b9ae993ab39db45eeac978a9a5e632add3 (patch)
tree38fd3387cf903eeb37ce33d78e95bac9835a812a /stream/stream_tv.c
parentdd5778726ee97081d6e341cc894a9d459a66ac1e (diff)
downloadmpv-4f0d56b9ae993ab39db45eeac978a9a5e632add3.tar.bz2
mpv-4f0d56b9ae993ab39db45eeac978a9a5e632add3.tar.xz
Teletext support.
Part 2/5: options/slaves/configure/definitions/etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_tv.c')
-rw-r--r--stream/stream_tv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/stream_tv.c b/stream/stream_tv.c
index 126c35d8f2..8332b07477 100644
--- a/stream/stream_tv.c
+++ b/stream/stream_tv.c
@@ -72,6 +72,9 @@ tv_param_t stream_tv_defaults = {
0, //contrast
0, //hue
0, //saturation
+ NULL, //tdevice
+ 0, //tformat
+ 100 //tpage
};
#define ST_OFF(f) M_ST_OFF(tv_param_t,f)