From c6b92884658f37f7ea9b55a595ddd252c57202c0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Apr 2018 13:31:00 +0200 Subject: video: remove internal stereo_out flag Also rename stereo3d to stereo_in. The only real change is that the vo_gpu OSD code now uses the actual stereo 3D mode, instead of the --video-steroe-mode value. (Why does this vo_gpu code even exist?) --- player/command.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'player') diff --git a/player/command.c b/player/command.c index 7a144e597b..64990e6532 100644 --- a/player/command.c +++ b/player/command.c @@ -2627,9 +2627,7 @@ static int property_imgparams(struct mp_image_params p, int action, void *arg) {"chroma-location", SUB_PROP_STR(m_opt_choice_str(mp_chroma_names, p.chroma_location))}, {"stereo-in", - SUB_PROP_STR(m_opt_choice_str(mp_stereo3d_names, p.stereo_in))}, - {"stereo-out", - SUB_PROP_STR(m_opt_choice_str(mp_stereo3d_names, p.stereo_out))}, + SUB_PROP_STR(m_opt_choice_str(mp_stereo3d_names, p.stereo3d))}, {"rotate", SUB_PROP_INT(p.rotate)}, {0} }; -- cgit v1.2.3