[vlc-devel] commit: Better Shortname for smem (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jan 15 08:23:23 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 15 08:20:06 2010 +0100| [5304cd0f5b91f3fab7ebd5552d072d147ae4539c] | committer: Jean-Baptiste Kempf 

Better Shortname for smem

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

 modules/stream_out/smem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/smem.c b/modules/stream_out/smem.c
index 8c504d4..bed8bbe 100644
--- a/modules/stream_out/smem.c
+++ b/modules/stream_out/smem.c
@@ -94,7 +94,7 @@ static void Close( vlc_object_t * );
 #define SOUT_PREFIX_AUDIO SOUT_CFG_PREFIX"audio-"
 
 vlc_module_begin ()
-    set_shortname( N_("smem"))
+    set_shortname( N_("Smem"))
     set_description( N_("Stream output to memory buffer") )
     set_capability( "sout stream", 0 )
     add_shortcut( "smem" )




More information about the vlc-devel mailing list