summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-23 20:42:20 +0200
committerwm4 <wm4@nowhere>2017-06-23 20:42:20 +0200
commit633152e55a6f851c58267793081dea3162acfb48 (patch)
tree47c1b2f740c552a9273cdc7d9439d3918d6baeb8 /DOCS
parent48970cd485bf2811d1bbfcd69de55ff4f9c412e2 (diff)
downloadmpv-633152e55a6f851c58267793081dea3162acfb48.tar.bz2
mpv-633152e55a6f851c58267793081dea3162acfb48.tar.xz
options: remove weird --really-quiet special behavior
This was especially grating because it causes problems with the option/property unification, uses as only thing OPT_FLAG_STORE, and behaves weird with the client API or scripts. It can be reimplemented in a much simpler way, although it needs slightly more code. (Simpler because less special cases.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 7f5c7219c5..4810a58c84 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -36,6 +36,7 @@ Interface changes
- renamed the TRCs `st2084` and `std-b67` to `pq` and `hlg` respectively
- the "osd" command is deprecated (use "cycle osd-level")
- --field-dominance is deprecated (no replacement)
+ - --really-quiet subtle behavior change
--- mpv 0.25.0 ---
- remove opengl-cb dxva2 dummy hwdec interop
(see git "vo_opengl: remove dxva2 dummy hwdec backend")