From fd4045965e8926ef994028fffdf7e928038e4714 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 31 Aug 2014 14:41:21 +0200 Subject: video: adjust some Matroska 3D formats There is no proper and exact spec (Matroska tradition), so we probably have to rely on guessing for this. Also see issue #1045. --- video/csputils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video/csputils.c b/video/csputils.c index f5121b76ec..d8062a5e94 100644 --- a/video/csputils.c +++ b/video/csputils.c @@ -86,8 +86,8 @@ const char *const mp_chroma_names[MP_CHROMA_COUNT] = { const char *const mp_stereo3d_names[MP_STEREO3D_COUNT] = { E(0, "mono", "mono"), // unsupported by vf_stereo3d E(1, "sbs2l", "side_by_side_left"), - E(2, "abr", "top_bottom_right"), - E(3, "abl", "top_bottom_left"), + E(2, "ab2r", "top_bottom_right"), + E(3, "ab2l", "top_bottom_left"), E(4, "checkr", "checkboard_right"), // unsupported by vf_stereo3d E(5, "checkl", "checkboard_left"), // unsupported by vf_stereo3d E(6, "irr", "row_interleaved_right"), -- cgit v1.2.3