From ebaaa41f2a4f2d492141f8af86a1d0694778baae Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Aug 2012 00:12:46 +0200 Subject: Remove teletext support Teletext requires special OSD support. Because I can't even test teletext, I can't restore support for it. Since teletext can be considered ancient and obscure, and since it doesn't make sense to keep the remaining teletext code without being able to use it, I'm removing it. --- stream/stream_tv.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'stream/stream_tv.c') diff --git a/stream/stream_tv.c b/stream/stream_tv.c index fb2090fd09..4bd373fd10 100644 --- a/stream/stream_tv.c +++ b/stream/stream_tv.c @@ -70,12 +70,6 @@ tv_param_t stream_tv_defaults = { 0, //hue 0, //saturation -1, //gain - { - NULL, //tdevice - 0, //tformat - 100, //tpage - 0, //tlang - }, 0, //scan_autostart 50, //scan_threshold 0.5, //scan_period -- cgit v1.2.3