Commit 9b908e83 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Give Davinci audio DSP codec a low priority, so it gets not chosen by default.

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 97d5b2d6
......@@ -44,7 +44,7 @@ vlc_module_begin();
add_submodule();
set_description( _("DaVinci DSP audio decoder") );
set_capability( "decoder", 1337 );
set_capability( "decoder", 10 );
set_callbacks( OpenAudioDecoder, CloseAudioDecoder );
add_submodule();
......
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