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:
wm4 2016-04-08 15:08:23 +02:00
parent 5f4b246bcc
commit 89571312bf
1 changed files with 1 additions and 0 deletions

View File

@ -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},