From 89571312bfa76b9512b3fb17db0b58e315d60d0e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Apr 2016 15:08:23 +0200 Subject: command: add keepaspect property Just a bridge to the option. (Did I ever mention that I hate the property/option separation.) --- player/command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/player/command.c b/player/command.c index 4f6cb1b0ff..8a4e9805f1 100644 --- a/player/command.c +++ b/player/command.c @@ -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}, -- cgit v1.2.3