From 599c510902023fe718b80f86f7f1e60e50dd5664 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 19 Oct 2014 16:47:56 -0700 Subject: command: add field-dominance property --- DOCS/man/input.rst | 3 +++ player/command.c | 1 + 2 files changed, 4 insertions(+) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 4d30a3cf43..bc202d8d4c 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -950,6 +950,9 @@ Property list ``deinterlace`` (RW) See ``--deinterlace``. +``field-dominance`` (RW) + See ``--field-dominance`` + ``colormatrix`` (RW) See ``--colormatrix``. diff --git a/player/command.c b/player/command.c index e4cd73131c..4e74b690c9 100644 --- a/player/command.c +++ b/player/command.c @@ -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}, -- cgit v1.2.3