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
3e6857ee
Commit
3e6857ee
authored
Jul 03, 2012
by
Christoph Miebach
Committed by
Rémi Denis-Courmont
Jul 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 2 missing spaces
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
a20aec93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+1
-1
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/avcodec.h
+1
-1
No files found.
modules/access/dshow/dshow.cpp
View file @
3e6857ee
...
@@ -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_( \
...
...
modules/codec/avcodec/avcodec.h
View file @
3e6857ee
...
@@ -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" )
...
...
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