mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 04:31:39 +00:00
command: add field-dominance property
This commit is contained in:
parent
40d6b5ca85
commit
599c510902
@ -950,6 +950,9 @@ Property list
|
||||
``deinterlace`` (RW)
|
||||
See ``--deinterlace``.
|
||||
|
||||
``field-dominance`` (RW)
|
||||
See ``--field-dominance``
|
||||
|
||||
``colormatrix`` (RW)
|
||||
See ``--colormatrix``.
|
||||
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user