Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4d4c82bb
Commit
4d4c82bb
authored
Apr 14, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing spaces
parent
977ed86c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+1
-1
modules/codec/x264.c
modules/codec/x264.c
+2
-2
modules/codec/zvbi.c
modules/codec/zvbi.c
+1
-1
modules/mux/mpeg/ts.c
modules/mux/mpeg/ts.c
+1
-1
No files found.
modules/access/dshow/dshow.cpp
View file @
4d4c82bb
...
...
@@ -192,7 +192,7 @@ static const char *const ppsz_standards_list_text[] =
#define AMTUNER_MODE_TEXT N_("AM Tuner mode")
#define AMTUNER_MODE_LONGTEXT N_( \
"AM Tuner mode. Can be one of Default (0), TV (1)," \
"AM Tuner mode. Can be one of Default (0), TV (1),
" \
"AM Radio (2), FM Radio (3) or DSS (4).")
#define AUDIO_CHANNELS_TEXT N_("Number of audio channels")
...
...
modules/codec/x264.c
View file @
4d4c82bb
...
...
@@ -114,7 +114,7 @@ static void x264_log( void *, int i_level, const char *psz, va_list );
#define B_ADAPT_TEXT N_("Adaptive B-frame decision")
#define B_ADAPT_LONGTEXT N_( "Force the specified number of " \
"consecutive B-frames to be used, except possibly before an I-frame." \
"consecutive B-frames to be used, except possibly before an I-frame.
" \
"Range 0 to 2." )
#define B_BIAS_TEXT N_("Influence (bias) B-frames usage")
...
...
@@ -418,7 +418,7 @@ static void x264_log( void *, int i_level, const char *psz, va_list );
#define TUNE_TEXT N_("Default tune setting used" )
#define PRESET_TEXT N_("Default preset setting used" )
#define X264_OPTIONS_TEXT N_("x264 advanced options
.
")
#define X264_OPTIONS_TEXT N_("x264 advanced options")
#define X264_OPTIONS_LONGTEXT N_("x264 advanced options, in the form {opt=val,op2=val2} .")
static
const
char
*
const
enc_me_list
[]
=
...
...
modules/codec/zvbi.c
View file @
4d4c82bb
...
...
@@ -59,7 +59,7 @@ static int Open ( vlc_object_t * );
static
void
Close
(
vlc_object_t
*
);
#define PAGE_TEXT N_("Teletext page")
#define PAGE_LONGTEXT N_("Open the indicated Teletext page." \
#define PAGE_LONGTEXT N_("Open the indicated Teletext page.
" \
"Default page is index 100")
#define OPAQUE_TEXT N_("Teletext transparency")
...
...
modules/mux/mpeg/ts.c
View file @
4d4c82bb
...
...
@@ -112,7 +112,7 @@ static void Close ( vlc_object_t * );
"requires \"Set PID to ID of ES\" to be enabled." )
#define SDTDESC_TEXT N_("SDT Descriptors (requires --sout-ts-es-id-pid)")
#define SDTDESC_LONGTEXT N_("Defines the descriptors of each SDT. This" \
#define SDTDESC_LONGTEXT N_("Defines the descriptors of each SDT. This
" \
"requires \"Set PID to ID of ES\" to be enabled." )
#define PID_TEXT N_("Set PID to ID of ES")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment