]> git.sesse.net Git - vlc/commitdiff
omxil: Change the default for the omxil-dr flag to true
authorMartin Storsjö <martin@martin.st>
Fri, 25 Jul 2014 09:18:46 +0000 (12:18 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 25 Jul 2014 09:19:56 +0000 (12:19 +0300)
This matches the default for the mediacodec-dr flag, making the
calling code (which will set both of them) more consistent.

Signed-off-by: Martin Storsjö <martin@martin.st>
modules/codec/omxil/omxil.c

index 7fc58d2cab72acb83250d9db5e5cf90628003766..cbb71e2b6ebc7f27991991443c186a0ff7d26057 100644 (file)
@@ -154,7 +154,7 @@ vlc_module_begin ()
      * enable it only via the --codec iomx command line parameter when
      * wanted. */
     set_capability( "decoder", 0 )
-    add_bool(CFG_PREFIX "dr", false,
+    add_bool(CFG_PREFIX "dr", true,
              DIRECTRENDERING_TEXT, DIRECTRENDERING_LONGTEXT, true)
 #else
     set_capability( "decoder", 80 )