summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/csputils.h b/video/csputils.h
index 39346746c5..639011c588 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -106,7 +106,7 @@ enum mp_stereo3d_mode {
MP_STEREO3D_AB2L = 3,
MP_STEREO3D_SBS2R = 11,
/* no explicit enum entries for most valid values */
- MP_STEREO3D_COUNT = 13, // 12 is last valid mode
+ MP_STEREO3D_COUNT = 15, // 14 is last valid mode
};
extern const struct m_opt_choice_alternatives mp_stereo3d_names[];