summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-18 14:19:17 -0500
committerDudemanguy <random342@airmail.cc>2023-10-19 12:10:53 -0500
commit39247bd0b68042d7ed3636085f071b8c7326c531 (patch)
treed3001c6749f96592115db7e2e3ff0adb96212727 /DOCS/man/options.rst
parent3504136d3ff8728ae2ea841bc4309cc07138f113 (diff)
downloadmpv-39247bd0b68042d7ed3636085f071b8c7326c531.tar.bz2
mpv-39247bd0b68042d7ed3636085f071b8c7326c531.tar.xz
stream_cdda: deprecate --cdda-toc-bias and always check for offsets
I started going through the blame but once I got to mplayer commits from 20 years ago, I stopped bothering. This obscure option has always been disabled by default, but there's zero reason, as far as I know, to not just enable it today. Some CDs (particularly very old ones) have the first sector shifted a bit and not starting exactly at 0. This makes the logic that tries to get all the chapters completely fail and thus you can't skip through tracks. However if you just enable this obscure option, it just works. For anything that starts exactly at 0, the calculated offset is just 0 anyway so it's a no-op and works exactly the same. So basically, there's literally no reason to not just always try to correct for the offset of the first sector by default. Fixes #8777.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 0 insertions, 5 deletions
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.