summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/csputils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/csputils.c b/video/csputils.c
index d6e80e0c16..479c411322 100644
--- a/video/csputils.c
+++ b/video/csputils.c
@@ -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}
};