[vlc-devel] commit: wma_fixed: raise priority above avcodec float decoder ( Rafaël Carré )
git version control
git at videolan.org
Mon Jan 4 16:58:14 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Jan 4 16:51:25 2010 +0100| [7642c71dee850dcd57c714b5861157d2e61cc7fd] | committer: Rafaël Carré
wma_fixed: raise priority above avcodec float decoder
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7642c71dee850dcd57c714b5861157d2e61cc7fd
---
modules/codec/wmafixed/wma.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/wmafixed/wma.c b/modules/codec/wmafixed/wma.c
index 027d94a..b361861 100644
--- a/modules/codec/wmafixed/wma.c
+++ b/modules/codec/wmafixed/wma.c
@@ -81,7 +81,7 @@ vlc_module_begin();
set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACODEC );
set_description( _("WMA v1/v2 fixed point audio decoder") );
- set_capability( "decoder", 50 );
+ set_capability( "decoder", 80 );
add_shortcut( "wmafixed" )
set_callbacks( OpenDecoder, CloseDecoder );
vlc_module_end();
More information about the vlc-devel
mailing list