DOCS/interface-changes.rst: improve entry about sws changes

This was pretty vague. Add some context, and explicitly mention how
these options now affect screenshots.
This commit is contained in:
wm4 2019-11-03 23:32:59 +01:00
parent 98352362ea
commit bcb18b8847
1 changed files with 7 additions and 2 deletions

View File

@ -27,8 +27,13 @@ Interface changes
--- mpv 0.31.0 ---
- add `--d3d11-output-csp` to enable explicit selection of a D3D11
swap chain color space.
- add an builtin "sw-fast" profile, which restores performance settings
that were switched to higher quality since mpv 0.30.0
- the --sws- options and similar now affect vo_image and screenshot
conversion (does not matter as much for vo_gpu, which does most of this
with shaders)
- add a builtin "sw-fast" profile, which restores performance settings
for software video conversion. These were switched to higher quality since
mpv 0.30.0 (related to the previous changelog entry). This affects video
outputs like vo_x11 and vo_drm, and screenshots, but not much else.
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.