0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02: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:
Paul B Mahol 2015-12-18 16:06:09 +01:00 committed by wm4
parent f1909bc231
commit 3925dff2e6

View File

@ -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}
};