[vlc-devel] commit: Added a module shortcut to wmafixed. (Laurent Aimar )

git version control git at videolan.org
Mon Feb 9 21:09:08 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Feb  5 23:45:39 2009 +0100| [613d73121cfc6ddf23360a1aee27e2389e25195e] | committer: Laurent Aimar 

Added a module shortcut to wmafixed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=613d73121cfc6ddf23360a1aee27e2389e25195e
---

 modules/codec/wmafixed/wma.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/codec/wmafixed/wma.c b/modules/codec/wmafixed/wma.c
index 9ceee09..e57b9ce 100644
--- a/modules/codec/wmafixed/wma.c
+++ b/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();
 




More information about the vlc-devel mailing list