diff options
author | wm4 <wm4@nowhere> | 2015-11-29 13:07:04 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-29 17:55:02 +0100 |
commit | 005f03d99fe457abf37a3171bfac15240851d72a (patch) | |
tree | f9e9d5904eb0b3dbb6e07aef09f590be563857e0 /DOCS | |
parent | 6ff1cd5502e4f88783c4bb615164b875511d9b71 (diff) | |
download | mpv-005f03d99fe457abf37a3171bfac15240851d72a.tar.bz2 mpv-005f03d99fe457abf37a3171bfac15240851d72a.tar.xz |
DOCS/interface-changes: add some recent changes
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/interface-changes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 2dd2e052ac..a7132797f3 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -20,7 +20,9 @@ Interface changes :: --- mpv 0.14.0 --- - - add "vsync-ratio" property + - vo_opengl interpolation now requires --video-sync=display-... to be set + - change some vo_opengl defaults (including changing tscale) + - add "vsync-ratio", "estimated-display-fps" properties - add --rebase-start-time option This is a breaking change to start time handling. Instead of making start time handling an aspect of different options and properties (like |