Commit b1b7a368 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Prefer audio decoding on main cpu over DSP.

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 9b908e83
......@@ -44,7 +44,7 @@ vlc_module_begin();
add_submodule();
set_description( _("DaVinci DSP audio decoder") );
set_capability( "decoder", 10 );
set_capability( "decoder", 0 );
set_callbacks( OpenAudioDecoder, CloseAudioDecoder );
add_submodule();
......@@ -211,3 +211,4 @@ XDAS_Int32 VlcChromaToXdm( vlc_fourcc_t i_chroma )
return XDM_CHROMA_NA;
}
}
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