summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 1bcc985785..453ab47b92 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2771,7 +2771,7 @@ static int mp_property_aspect(void *ctx, struct m_property *prop,
case M_PROPERTY_SET: {
mpctx->opts->movie_aspect = *(float *)arg;
if (mpctx->d_video) {
- reinit_video_filters(mpctx);
+ video_reset_aspect(mpctx->d_video);
mp_force_video_refresh(mpctx);
}
return M_PROPERTY_OK;