summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2019-10-02 01:05:25 +0200
committerOliver Freyermuth <o.freyermuth@googlemail.com>2019-10-02 01:25:45 +0200
commit64ae475e403b2159be0e6e11d1215cc80b8cb090 (patch)
tree68dfc337c2b98a6eb997565c805f392de75b66f2
parent8c52cd4e4ac3b165bca35e49c801757028720778 (diff)
downloadmpv-64ae475e403b2159be0e6e11d1215cc80b8cb090.tar.bz2
mpv-64ae475e403b2159be0e6e11d1215cc80b8cb090.tar.xz
DOCS: Document DVB changes in interface-changes.
-rw-r--r--DOCS/interface-changes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 8fe5b01f14..29377da3a3 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,15 @@ Interface changes
::
--- mpv 0.30.0 ---
+ - rewrite DVB channel switching to use an integer value
+ `--dvbin-channel-switch-offset` for switching instead of the old
+ stream controls which are now gone. Cycling this property up or down will
+ change the offset to the channel which was initially tuned to.
+ Example for `input.conf`: `H cycle dvbin-channel-switch-offset up`,
+ `K cycle dvbin-channel-switch-offset down`.
+ - adapt `stream_dvb` to support writing to `dvbin-prog` at runtime
+ and also to consistently use dvbin-configuration over URI parameters
+ when provided
- add `--d3d11-adapter` to enable explicit selection of a D3D11 rendering
adapter by name.
- rename `--drm-osd-plane-id` to `--drm-draw-plane`, `--drm-video-plane-id` to