video: add a way to disable automatic stereo conversion

Fixes #2111.
This commit is contained in:
wm4
2015-07-10 18:04:34 +02:00
parent 140273cdec
commit 59b64ceb79
3 changed files with 5 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ const struct m_opt_choice_alternatives mp_chroma_names[] = {
// The numeric index matches the Matroska StereoMode value. If you add entries
// that don't match Matroska, make sure demux_mkv.c rejects them properly.
const struct m_opt_choice_alternatives mp_stereo3d_names[] = {
{"no", -1}, // disable/invalid
{"mono", 0},
{"sbs2l", 1}, // "side_by_side_left"
{"ab2r", 2}, // "top_bottom_right"