Commit 3e6857ee authored by Christoph Miebach's avatar Christoph Miebach Committed by Rémi Denis-Courmont

Added 2 missing spaces

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent a20aec93
...@@ -156,7 +156,7 @@ static const char *const ppsz_standards_list_text[] = ...@@ -156,7 +156,7 @@ static const char *const ppsz_standards_list_text[] =
"(eg. I420 (default), RV24, etc.)") "(eg. I420 (default), RV24, etc.)")
#define FPS_TEXT N_("Video input frame rate") #define FPS_TEXT N_("Video input frame rate")
#define FPS_LONGTEXT N_( \ #define FPS_LONGTEXT N_( \
"Force the DirectShow video input to use a specific frame rate" \ "Force the DirectShow video input to use a specific frame rate " \
"(eg. 0 means default, 25, 29.97, 50, 59.94, etc.)") "(eg. 0 means default, 25, 29.97, 50, 59.94, etc.)")
#define CONFIG_TEXT N_("Device properties") #define CONFIG_TEXT N_("Device properties")
#define CONFIG_LONGTEXT N_( \ #define CONFIG_LONGTEXT N_( \
......
...@@ -107,7 +107,7 @@ int ffmpeg_OpenCodec( decoder_t *p_dec ); ...@@ -107,7 +107,7 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
#define SKIP_IDCT_TEXT N_("Skip idct (default=0)") #define SKIP_IDCT_TEXT N_("Skip idct (default=0)")
#define SKIP_IDCT_LONGTEXT N_( \ #define SKIP_IDCT_LONGTEXT N_( \
"Force skipping of idct to speed up decoding for frame types" \ "Force skipping of idct to speed up decoding for frame types " \
"(-1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames)." ) "(-1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames)." )
#define DEBUG_TEXT N_( "Debug mask" ) #define DEBUG_TEXT N_( "Debug mask" )
......
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