[vlc-commits] commit: Schroendinger: improve preferences integration ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Jan 15 15:33:44 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 15 15:26:12 2011 +0100| [b94a0412d9df93475157640f856a2e63fccab42e] | committer: Jean-Baptiste Kempf 

Schroendinger: improve preferences integration

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

 modules/codec/schroedinger.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/modules/codec/schroedinger.c b/modules/codec/schroedinger.c
index 16ddcf5..58fe207 100644
--- a/modules/codec/schroedinger.c
+++ b/modules/codec/schroedinger.c
@@ -71,12 +71,14 @@ static const char **ppsz_enc_options = NULL;
 vlc_module_begin ()
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_VCODEC )
-    set_description( N_("Schroedinger video decoder") )
+    set_shortname( "Schroedinger" )
+    set_description( N_("Dirac video decoder using libschroedinger") )
     set_capability( "decoder", 200 )
     set_callbacks( OpenDecoder, CloseDecoder )
     add_shortcut( "schroedinger" )
 
     add_submodule()
+    set_section( N_("Encoding") , NULL )
     set_description( N_("Dirac video encoder using libschroedinger") )
     set_capability( "encoder", 110 )
     set_callbacks( OpenEncoder, CloseEncoder )



More information about the vlc-commits mailing list