Skip to content

Commit

Permalink
VLC preferences are not the developers documentation
Browse files Browse the repository at this point in the history
(not to mention typos)
  • Loading branch information
Rémi Denis-Courmont committed Feb 18, 2010
1 parent 89212e6 commit 501f845
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/codec/invmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 501f845

Please sign in to comment.