Commit 613d7312 authored by Laurent Aimar's avatar Laurent Aimar

Added a module shortcut to wmafixed.

parent b44089de
......@@ -82,6 +82,7 @@ vlc_module_begin();
set_subcategory( SUBCAT_INPUT_ACODEC );
set_description( _("WMA v1/v2 fixed point audio decoder") );
set_capability( "decoder", 50 );
add_shortcut( "wmafixed" )
set_callbacks( OpenDecoder, CloseDecoder );
vlc_module_end();
......
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