diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 4244997111..241f6740fb 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1851,6 +1851,9 @@ Property list ``video-rotate`` (RW) See ``--video-rotate`` option. +``video-stereo-mode`` (RW) + See ``--video-stereo-mode`` option. + ``seekable`` Return whether it's generally possible to seek in the current file. 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},