[vlc-devel] commit: VLC preferences are not the developers documentation ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Feb 18 19:12:50 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 18 19:47:31 2010 +0200| [501f845fee66daa613d83f460a35626399fdccc9] | committer: Rémi Denis-Courmont
VLC preferences are not the developers documentation
(not to mention typos)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=501f845fee66daa613d83f460a35626399fdccc9
---
modules/codec/invmem.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/codec/invmem.c b/modules/codec/invmem.c
index ad2094a..7e96d27 100644
--- a/modules/codec/invmem.c
+++ b/modules/codec/invmem.c
@@ -71,19 +71,11 @@ static picture_t *DecodeBlock ( decoder_t *, block_t ** );
#define LT_CHROMA N_("Output chroma for the memory image as a 4-character " \
"string, eg. \"RV32\".")
-#define INVMEM_HELP N_( "This module make possible making video stream from raw-image " \
- "generating (to memory) from rendering program uses libvlc. " \
- "To use this module from libvlc set --codec to invmem, "\
- "set all --invmem-* options in vlc_argv an use " \
- "libvlc_media_new(libvlc, \"fake://\", &ex);. " \
- "Besides is simillar to vmem video output module." )
-
vlc_module_begin()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_shortname( N_("Memory video decoder") )
set_description( N_("Memory video decoder") )
- set_help( INVMEM_HELP )
set_capability( "decoder", 50 )
set_callbacks( OpenDecoder, CloseDecoder )
add_shortcut( "invmem" )
More information about the vlc-devel
mailing list