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/tv.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index 6919fa20b8..699033664b 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -25,7 +25,6 @@ #ifndef MPLAYER_TV_H #define MPLAYER_TV_H -#include "libmpcodecs/dec_teletext.h" #include "libmpdemux/demuxer.h" typedef struct tv_param_s { @@ -65,7 +64,6 @@ typedef struct tv_param_s { int hue; int saturation; int gain; - struct tt_param teletext; int scan; int scan_threshold; @@ -222,10 +220,6 @@ typedef struct { #define TVI_CONTROL_SPC_SET_INPUT 0x402 /* set input channel (tv,s-video,composite..) */ #define TVI_CONTROL_SPC_GET_NORMID 0x403 /* get normid from norm name */ -//tvi_* ioctl (not dec_teletext.c !!!) -#define TVI_CONTROL_VBI_INIT 0x501 ///< vbi init -#define TVI_CONTROL_GET_VBI_PTR 0x502 ///< get teletext private pointer - int tv_set_color_options(tvi_handle_t *tvh, int opt, int val); int tv_get_color_options(tvi_handle_t *tvh, int opt, int* val); #define TV_COLOR_BRIGHTNESS 1 -- cgit v1.2.3