Commit c8cb1a1f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Upgrade Dirac encoding score to avoid issues when selecting the module

parent 33e27c65
...@@ -205,7 +205,7 @@ vlc_module_begin() ...@@ -205,7 +205,7 @@ vlc_module_begin()
set_subcategory( SUBCAT_INPUT_VCODEC ) set_subcategory( SUBCAT_INPUT_VCODEC )
set_description( N_("Dirac video encoder using dirac-research library") ) set_description( N_("Dirac video encoder using dirac-research library") )
set_shortname( "Dirac" ) set_shortname( "Dirac" )
set_capability( "encoder", 100 ) set_capability( "encoder", 110 )
set_callbacks( OpenEncoder, CloseEncoder ) set_callbacks( OpenEncoder, CloseEncoder )
add_float( ENC_CFG_PREFIX ENC_QUALITY_FACTOR, 5.5, NULL, add_float( ENC_CFG_PREFIX ENC_QUALITY_FACTOR, 5.5, NULL,
......
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