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
987f5554
Commit
987f5554
authored
Sep 21, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalize FFmpeg where needed.
parent
510ec49b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/LIST
modules/LIST
+1
-1
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/avcodec.h
+2
-2
No files found.
modules/LIST
View file @
987f5554
...
...
@@ -306,7 +306,7 @@ $Id$
* stream_out_record: record stream output module
* stream_out_standard: standard stream output module
* stream_out_switcher: stream output module to display backgrounds
* stream_out_transcode: audio & video transcoder using
ff
mpeg
* stream_out_transcode: audio & video transcoder using
FF
mpeg
* subsdec: a codec to output textual subtitles
* subsusf: a demuxer for USF subtitles
* subtitle: a demuxer for subtitle files
...
...
modules/codec/avcodec/avcodec.h
View file @
987f5554
...
...
@@ -74,7 +74,7 @@ void EndSubtitleDec( decoder_t *p_dec );
#define ERROR_TEXT N_("Error resilience")
#define ERROR_LONGTEXT N_( \
"F
f
mpeg can do error resilience.\n" \
"F
F
mpeg can do error resilience.\n" \
"However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) " \
"this can produce a lot of errors.\n" \
"Valid values range from 0 to 4 (0 disables all errors resilience).")
...
...
@@ -113,7 +113,7 @@ void EndSubtitleDec( decoder_t *p_dec );
"(-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_LONGTEXT N_( "Set
ff
mpeg debug mask" )
#define DEBUG_LONGTEXT N_( "Set
FF
mpeg debug mask" )
/* TODO: Use a predefined list, with 0,1,2,4,7 */
#define VISMV_TEXT N_( "Visualize motion vectors" )
...
...
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