Commit 649ec7e5 authored by Martin Storsjö's avatar Martin Storsjö

omxil: Change the default for the omxil-dr flag to true

This matches the default for the mediacodec-dr flag, making the
calling code (which will set both of them) more consistent.
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 7a1699c2
...@@ -154,7 +154,7 @@ vlc_module_begin () ...@@ -154,7 +154,7 @@ vlc_module_begin ()
* enable it only via the --codec iomx command line parameter when * enable it only via the --codec iomx command line parameter when
* wanted. */ * wanted. */
set_capability( "decoder", 0 ) set_capability( "decoder", 0 )
add_bool(CFG_PREFIX "dr", false, add_bool(CFG_PREFIX "dr", true,
DIRECTRENDERING_TEXT, DIRECTRENDERING_LONGTEXT, true) DIRECTRENDERING_TEXT, DIRECTRENDERING_LONGTEXT, true)
#else #else
set_capability( "decoder", 80 ) set_capability( "decoder", 80 )
......
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