Commit 33f3309f authored by Rafaël Carré's avatar Rafaël Carré

decklink access: turn 10 bits off by default

It is not clear which connections and which hardware are 10 bits able,
so let's stay on the safe side.

Fixes #9361
parent ee24078f
......@@ -115,7 +115,7 @@ vlc_module_begin ()
change_string_list(ppsz_videoconns, ppsz_videoconns_text)
add_string("decklink-aspect-ratio", NULL,
ASPECT_RATIO_TEXT, ASPECT_RATIO_LONGTEXT, true)
add_bool("decklink-tenbits", true, N_("10 bits"), N_("10 bits"), true)
add_bool("decklink-tenbits", false, N_("10 bits"), N_("10 bits"), true)
add_shortcut("decklink")
set_capability("access_demux", 10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment