Browse Source

Added a module shortcut to wmafixed.

pull/2/head
Laurent Aimar 18 years ago
parent
commit
613d73121c
  1. 1
      modules/codec/wmafixed/wma.c

1
modules/codec/wmafixed/wma.c

@ -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();

Loading…
Cancel
Save