[vlc-commits] Upgrade Dirac encoding score to avoid issues when selecting the module
Jean-Baptiste Kempf
git at videolan.org
Sun Jan 30 15:45:32 CET 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 30 15:44:28 2011 +0100| [c8cb1a1f306e6bb0e67465b0833c0c784446a1da] | committer: Jean-Baptiste Kempf
Upgrade Dirac encoding score to avoid issues when selecting the module
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=c8cb1a1f306e6bb0e67465b0833c0c784446a1da
---
modules/codec/dirac.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/dirac.c b/modules/codec/dirac.c
index 2d5af1b..5dae97e 100644
--- a/modules/codec/dirac.c
+++ b/modules/codec/dirac.c
@@ -205,7 +205,7 @@ vlc_module_begin()
set_subcategory( SUBCAT_INPUT_VCODEC )
set_description( N_("Dirac video encoder using dirac-research library") )
set_shortname( "Dirac" )
- set_capability( "encoder", 100 )
+ set_capability( "encoder", 110 )
set_callbacks( OpenEncoder, CloseEncoder )
add_float( ENC_CFG_PREFIX ENC_QUALITY_FACTOR, 5.5, NULL,
More information about the vlc-commits
mailing list