mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
csputils: let mpv recognise frame sequenced 3D matroska videos
Do actually such files exist? Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
f1909bc231
commit
3925dff2e6
@ -119,6 +119,8 @@ const struct m_opt_choice_alternatives mp_stereo3d_names[] = {
|
||||
{"arcc", 10}, // "anaglyph_cyan_red" (Matroska: unclear which mode)
|
||||
{"sbs2r", 11}, // "side_by_side_right"
|
||||
{"agmc", 12}, // "anaglyph_green_magenta" (Matroska: unclear which mode)
|
||||
{"al", 13}, // "alternating frames left first"
|
||||
{"ar", 14}, // "alternating frames right first"
|
||||
{0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user