summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-12-18 16:06:09 +0100
committerwm4 <wm4@nowhere>2015-12-18 16:38:25 +0100
commit3925dff2e6d353d52f4d4cbb2866a9989f7f3ec4 (patch)
tree7782464c5acd32909e25d787dfba37743e59b0a5
parentf1909bc23123461982eba611ae4c5cd3d16c1630 (diff)
downloadmpv-3925dff2e6d353d52f4d4cbb2866a9989f7f3ec4.tar.bz2
mpv-3925dff2e6d353d52f4d4cbb2866a9989f7f3ec4.tar.xz
csputils: let mpv recognise frame sequenced 3D matroska videos
Do actually such files exist? Signed-off-by: Paul B Mahol <onemda@gmail.com>
-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}
};