command: add field-dominance property

This commit is contained in:
Kevin Mitchell 2014-10-19 16:47:56 -07:00 committed by wm4
parent 40d6b5ca85
commit 599c510902
2 changed files with 4 additions and 0 deletions

View File

@ -950,6 +950,9 @@ Property list
``deinterlace`` (RW)
See ``--deinterlace``.
``field-dominance`` (RW)
See ``--field-dominance``
``colormatrix`` (RW)
See ``--colormatrix``.

View File

@ -2956,6 +2956,7 @@ static const struct m_property mp_properties[] = {
// Video
{"fullscreen", mp_property_fullscreen},
{"deinterlace", mp_property_deinterlace},
{"field-dominance", mp_property_generic_option},
{"colormatrix", mp_property_colormatrix},
{"colormatrix-input-range", mp_property_colormatrix_input_range},
{"colormatrix-output-range", mp_property_colormatrix_output_range},