diff --git a/options/options.c b/options/options.c index 3db965a3f7077..80e0f6cc28111 100644 --- a/options/options.c +++ b/options/options.c @@ -442,9 +442,9 @@ const struct m_sub_options filter_conf = { .opts = (const struct m_option[]){ {"deinterlace", OPT_CHOICE(deinterlace, {"no", 0}, {"yes", 1}, {"auto", -1})}, - {"deinterlace-field-parity", OPT_CHOICE(field_parity, - {"tff", MP_FIELD_PARITY_TFF}, - {"bff", MP_FIELD_PARITY_BFF}, + {"deinterlace-field-parity", OPT_CHOICE(field_parity, + {"tff", MP_FIELD_PARITY_TFF}, + {"bff", MP_FIELD_PARITY_BFF}, {"auto", MP_FIELD_PARITY_AUTO})}, {0} },