summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 22:56:17 -0500
committerDudemanguy <random342@airmail.cc>2023-09-21 16:06:29 +0000
commitfb46666395d4b2693365db69d34e6080cfbf06dc (patch)
tree59cd068102e3292a8872ea1ea0a8dc9af6a66df6 /DOCS/interface-changes.rst
parent1b68c5d22f7495f23ea1dce20852390c26907c5a (diff)
downloadmpv-fb46666395d4b2693365db69d34e6080cfbf06dc.tar.bz2
mpv-fb46666395d4b2693365db69d34e6080cfbf06dc.tar.xz
options: remove deprecated --record-file option
No wonder wm4 wanted to get rid of this. This option requires touching a bunch of crap in the core player code. --stream-record works perfectly fine and is a lot nicer so there's no need for this to exist anymore.
Diffstat (limited to 'DOCS/interface-changes.rst')
-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 e32cbf2de1..d56abfdfba 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -83,6 +83,7 @@ Interface changes
`playlist-play-index` instead)
- remove deprecated `--oaoffset`, `--oafirst`, `--ovoffset`, `--ovfirst`,
`--demuxer-force-retry-on-eof`, `--fit-border` options
+ - remove deprecated `--record-file` option
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.