summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst5
2 files changed, 1 insertions, 5 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 47af1a0bd6..1d8a2592eb 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -99,6 +99,7 @@ Interface changes
- change the default of `metadata-codepage` to `auto`
- add `playlist-next-playlist` and `playlist-prev-playlist` commands
- change `video-codec` to show description or name, not both
+ - deprecate `--cdda-toc-bias` option, offsets are always checked now
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c2869e3de6..79171dc5dc 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3524,11 +3524,6 @@ Disc Devices
``--cdda-overlap=<value>``
Force minimum overlap search during verification to <value> sectors.
-``--cdda-toc-bias``
- Assume that the beginning offset of track 1 as reported in the TOC
- will be addressed as LBA 0. Some discs need this for getting track
- boundaries correctly.
-
``--cdda-toc-offset=<value>``
Add ``<value>`` sectors to the values reported when addressing tracks.
May be negative.