[vlc-devel] [PATCH 2/6] Added 2 missing spaces
Christoph Miebach
christoph.miebach at web.de
Tue Jul 3 11:06:19 CEST 2012
---
modules/access/dshow/dshow.cpp | 2 +-
modules/codec/avcodec/avcodec.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 130a148..a41b2f9 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -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_( \
diff --git a/modules/codec/avcodec/avcodec.h b/modules/codec/avcodec/avcodec.h
index a76d1e3..dcb01d3 100644
--- a/modules/codec/avcodec/avcodec.h
+++ b/modules/codec/avcodec/avcodec.h
@@ -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" )
--
1.7.9.2
More information about the vlc-devel
mailing list