summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 00:12:46 +0200
committerwm4 <wm4@nowhere>2012-08-03 00:12:46 +0200
commitebaaa41f2a4f2d492141f8af86a1d0694778baae (patch)
tree543b04f8928de5bd8a58c7622d410f9676f997f5 /DOCS/man
parent2aef9e2ef3a3c69466a3f0a737145f1f72c786f0 (diff)
downloadmpv-ebaaa41f2a4f2d492141f8af86a1d0694778baae.tar.bz2
mpv-ebaaa41f2a4f2d492141f8af86a1d0694778baae.tar.xz
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.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.rst9
-rw-r--r--DOCS/man/en/options.rst22
2 files changed, 0 insertions, 31 deletions
diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst
index 66e82379f2..01625fd032 100644
--- a/DOCS/man/en/mplayer.rst
+++ b/DOCS/man/en/mplayer.rst
@@ -263,15 +263,6 @@ keypad 7
keypad ENTER
Confirm choice.
-(The following keys are used for controlling TV teletext. The data may come
-from either an analog TV source or an MPEG transport stream.)
-
-X
- Switch teletext on/off.
-
-Q and W
- Go to next/prev teletext page.
-
mouse control
-------------
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index be4bd2ecdd..323f498f5e 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2186,28 +2186,6 @@
Choose the quality of the JPEG compression (< 60 recommended for full
size).
- tdevice=<value>
- Specify TV teletext device (example: ``/dev/vbi0``) (default: none).
-
- tformat=<format>
- Specify TV teletext display format (default: 0):
-
- :0: opaque
- :1: transparent
- :2: opaque with inverted colors
- :3: transparent with inverted colors
-
- tpage=<100-899>
- Specify initial TV teletext page number (default: 100).
-
- tlang=<-1-127>
- Specify default teletext language code (default: 0), which will be
- used as primary language until a type 28 packet is received. Useful
- when the teletext system uses a non-latin character set, but language
- codes are not transmitted via teletext type 28 packets for some
- reason. To see a list of supported language codes set this option to
- -1.
-
hidden_video_renderer (dshow only)
Terminate stream with video renderer instead of Null renderer
(default: off). Will help if video freezes but audio does not.