mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 22:36:55 +00:00
command: add keepaspect property
Just a bridge to the option. (Did I ever mention that I hate the property/option separation.)
This commit is contained in:
parent
5f4b246bcc
commit
89571312bf
@ -3677,6 +3677,7 @@ static const struct m_property mp_properties[] = {
|
||||
{"video-output-levels", mp_property_video_color,
|
||||
.priv = (void *)"output-levels"},
|
||||
{"panscan", panscan_property_helper},
|
||||
{"keepaspect", panscan_property_helper},
|
||||
{"video-zoom", panscan_property_helper},
|
||||
{"video-align-x", panscan_property_helper},
|
||||
{"video-align-y", panscan_property_helper},
|
||||
|
Loading…
Reference in New Issue
Block a user