From 8a9cde4999a665fe4de69662ad4b5acddb7fd333 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 18 Dec 2015 19:29:59 +0100 Subject: csputils: update MP_STEREO3D_COUNT This actually alows to playback alternating videos with mpv. Tested with actual file found in wild remuxed to mkv and changed props with following command: mkvpropedit /tmp/o.mkv --edit track:1 -s stereo-mode=13 Signed-off-by: Paul B Mahol --- video/csputils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/csputils.h') diff --git a/video/csputils.h b/video/csputils.h index 39346746c5..639011c588 100644 --- a/video/csputils.h +++ b/video/csputils.h @@ -106,7 +106,7 @@ enum mp_stereo3d_mode { MP_STEREO3D_AB2L = 3, MP_STEREO3D_SBS2R = 11, /* no explicit enum entries for most valid values */ - MP_STEREO3D_COUNT = 13, // 12 is last valid mode + MP_STEREO3D_COUNT = 15, // 14 is last valid mode }; extern const struct m_opt_choice_alternatives mp_stereo3d_names[]; -- cgit v1.2.3