summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-27 21:07:17 +0100
committerwm4 <wm4@nowhere>2016-01-27 21:07:17 +0100
commit34bead485987b416685e73ca918610fff75d618d (patch)
treea83b162051ee7c4cbd6cb8ea58ec2e4f3d6aa999 /DOCS/interface-changes.rst
parent7b6e3772ab7a39fc81e7524540e69eb30c4da7ac (diff)
downloadmpv-34bead485987b416685e73ca918610fff75d618d.tar.bz2
mpv-34bead485987b416685e73ca918610fff75d618d.tar.xz
vo_opengl: replace tscale-interpolates-only with interpolation-threshold
The previous approach was too naive, and can e.g. ruin playback if scheduling switches e.g. between 1 and 2 vsync per frame.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 5b9b45faeb..8a38bcc1ce 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -28,7 +28,9 @@ Interface changes
- VO opengl custom shaders must now use "sample_pixel" as function name,
instead of "sample"
- change VO opengl scaler-resizes-only default to enabled
- - add VO opengl "tscale-interpolates-only" suboption
+ - add VO opengl "interpolation-threshold" suboption (introduces new default
+ behavior, which can change e.g. ``--video-sync=display-vdrop`` to the
+ worse, but is usually what you want)
- make "volume" and "mute" properties changeable even if no audio output is
active (this gives not-ideal behavior if --softvol=no is used)
- add "volume-max" and "mixer-active" properties