mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
It's unfortunate that it is implemented this way since changing it will take time. This option should *really* be like OPT_CHOICE but with doubles and not integers. We don't have that though and implementing it is something for the future. Even if that was done today, this still couldn't be switched to since setting -1 has been the effective way for years to undo video-aspect stuff. So the approach is to just add another special keyword for this and tell people to use that instead. Note that setting 0 isn't deprecated since M_RANGE(0, 10) is totally fine and would work in the future if this option type ever gets redone.
3 lines
195 B
Plaintext
3 lines
195 B
Plaintext
change the underlying type of the `aspect`, `par`, and `sar` sub-properties to double from float
|
|
deprecate setting `--video-aspect-override` to `-1` in favor of the newly added `original` choice
|