Browse Source

forwardport of [11376]

pull/2/head
Felix Paul Kühne 21 years ago
parent
commit
0aaa609a5e
  1. 2
      modules/access/fake.c
  2. 4
      modules/access/pvr/pvr.c
  3. 2
      modules/access/v4l/v4l.c

2
modules/access/fake.c

@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
"value should be set in millisecond units." )
#define FPS_TEXT N_("Framerate")
#define FPS_LONGTEXT N_( \
"Specify the number of frames per second (eg. 24, 25, 29.997, 30).")
"Specify the number of frames per second (eg. 24, 25, 29.97, 30).")
vlc_module_begin();
set_shortname( _("Fake") );

4
modules/access/pvr/pvr.c

@ -68,10 +68,10 @@ static void Close( vlc_object_t * );
#define FRAMERATE_TEXT N_( "Framerate" )
#define FRAMERATE_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for auto)" )
"(-1 for autodetect)" )
#define KEYINT_TEXT N_( "Key interval" )
#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for auto)" )
#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for autodetect)" )
#define BFRAMES_TEXT N_( "B Frames" )
#define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used. " \

2
modules/access/v4l/v4l.c

@ -135,7 +135,7 @@ static void Close( vlc_object_t * );
#define QUALITY_LONGTEXT N_( "Set the quality of the stream" )
#define FPS_TEXT N_( "Framerate" )
#define FPS_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for auto)" )
"(-1 for autodetect)" )
static int i_norm_list[] =
{ VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC };

Loading…
Cancel
Save