[vlc-commits] omxil: Change the default for the omxil-dr flag to true
Martin Storsjö
git at videolan.org
Fri Jul 25 11:34:49 CEST 2014
vlc | branch: master | Martin Storsjö <martin at martin.st> | Fri Jul 25 12:18:46 2014 +0300| [649ec7e50ce1927fde3449c77000d3dcad59fb7e] | committer: 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: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=649ec7e50ce1927fde3449c77000d3dcad59fb7e
---
modules/codec/omxil/omxil.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/omxil/omxil.c b/modules/codec/omxil/omxil.c
index 7fc58d2..cbb71e2 100644
--- a/modules/codec/omxil/omxil.c
+++ b/modules/codec/omxil/omxil.c
@@ -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 )
More information about the vlc-commits
mailing list