mirror of https://github.com/mpv-player/mpv
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 <onemda@gmail.com>
This commit is contained in:
parent
3925dff2e6
commit
8a9cde4999
|
@ -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[];
|
||||
|
|
Loading…
Reference in New Issue