From e1264d397613b0dac86757d6fd3a4a3494e16868 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 28 Mar 2016 19:40:47 +0200 Subject: command: add video-stereo-mode property Enables runtime change of the option. Fixes #2994. --- player/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 07b9128cc8..8ca22eb946 100644 --- a/player/command.c +++ b/player/command.c @@ -3737,6 +3737,7 @@ static const struct m_property mp_properties[] = { {"af", mp_property_af}, {"video-rotate", video_simple_refresh_property}, + {"video-stereo-mode", video_simple_refresh_property}, {"ab-loop-a", mp_property_ab_loop}, {"ab-loop-b", mp_property_ab_loop}, -- cgit v1.2.3