]> git.sesse.net Git - vlc/commitdiff
Added 2 missing spaces
authorChristoph Miebach <christoph.miebach@web.de>
Tue, 3 Jul 2012 09:06:19 +0000 (11:06 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 3 Jul 2012 15:04:06 +0000 (18:04 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/access/dshow/dshow.cpp
modules/codec/avcodec/avcodec.h

index 130a14831f7fe18a81da152a8d46d6279581ebf1..a41b2f9a57059035923bd48314d59ff111c9bdaf 100644 (file)
@@ -156,7 +156,7 @@ static const char *const ppsz_standards_list_text[] =
     "(eg. I420 (default), RV24, etc.)")
 #define FPS_TEXT N_("Video input frame rate")
 #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.)")
 #define CONFIG_TEXT N_("Device properties")
 #define CONFIG_LONGTEXT N_( \
index a76d1e3eb3d62145bb4e20b00cdf0fb63938a159..dcb01d3d986766dba60d04de2328f387eded3233 100644 (file)
@@ -107,7 +107,7 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
 
 #define SKIP_IDCT_TEXT N_("Skip idct (default=0)")
 #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)." )
 
 #define DEBUG_TEXT N_( "Debug mask" )