mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
sub: merge vsfilter-aspect and vsfilter-blur-compat options
The naming for "blur-compat" was misleading since the setting actually affects more than just blur affects. Additionally forwarding storage resolution but forcing an aspect ratio of 1.0 for the video is likely to result in odd rendering and there’s no known usecase for it. Both options control which video properties are exposed to libass so to fix the aforementioned issues merge these settings into one tri-state sub-ass-use-video-data. The default V keybind now cycles through all states of use-video-data instead of toggling vsfilter-aspect-compat. Resolves: https://github.com/mpv-player/mpv/issues/10680
This commit is contained in:
5
DOCS/interface-changes/sub-ass-use-video-data.txt
Normal file
5
DOCS/interface-changes/sub-ass-use-video-data.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Remove sub-ass-vsfilter-aspect-compat.
|
||||
Remove sub-ass-vsfilter-blur-compat.
|
||||
Add sub-ass-use-video-data.
|
||||
Change default V keybind to cycle sub-ass-use-video-data
|
||||
instead of toggling the now removed sub-ass-vsfilter-aspect-compat.
|
||||
Reference in New Issue
Block a user