Commit 0aaa609a authored by Felix Paul Kühne's avatar Felix Paul Kühne

forwardport of [11376]

parent ffff4492
...@@ -43,7 +43,7 @@ static void Close( vlc_object_t * ); ...@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
"value should be set in millisecond units." ) "value should be set in millisecond units." )
#define FPS_TEXT N_("Framerate") #define FPS_TEXT N_("Framerate")
#define FPS_LONGTEXT N_( \ #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(); vlc_module_begin();
set_shortname( _("Fake") ); set_shortname( _("Fake") );
......
...@@ -68,10 +68,10 @@ static void Close( vlc_object_t * ); ...@@ -68,10 +68,10 @@ static void Close( vlc_object_t * );
#define FRAMERATE_TEXT N_( "Framerate" ) #define FRAMERATE_TEXT N_( "Framerate" )
#define FRAMERATE_LONGTEXT N_( "Framerate to capture, if applicable " \ #define FRAMERATE_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for auto)" ) "(-1 for autodetect)" )
#define KEYINT_TEXT N_( "Key interval" ) #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_TEXT N_( "B Frames" )
#define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used. " \ #define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used. " \
......
...@@ -135,7 +135,7 @@ static void Close( vlc_object_t * ); ...@@ -135,7 +135,7 @@ static void Close( vlc_object_t * );
#define QUALITY_LONGTEXT N_( "Set the quality of the stream" ) #define QUALITY_LONGTEXT N_( "Set the quality of the stream" )
#define FPS_TEXT N_( "Framerate" ) #define FPS_TEXT N_( "Framerate" )
#define FPS_LONGTEXT N_( "Framerate to capture, if applicable " \ #define FPS_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for auto)" ) "(-1 for autodetect)" )
static int i_norm_list[] = static int i_norm_list[] =
{ VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC }; { VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment