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
51fa8eee
Commit
51fa8eee
authored
Nov 09, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x264: do not make it harder for translators
parent
1c9b7a93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/codec/x264.c
modules/codec/x264.c
+1
-2
No files found.
modules/codec/x264.c
View file @
51fa8eee
...
...
@@ -374,7 +374,6 @@ static void Close( vlc_object_t * );
"the actual encoding quality." )
#define QUIET_TEXT N_("Quiet mode")
#define QUIET_LONGTEXT N_( "Quiet mode.")
#define VERBOSE_TEXT N_("Statistics")
#define VERBOSE_LONGTEXT N_( "Print stats for each frame.")
...
...
@@ -676,7 +675,7 @@ vlc_module_begin ()
SSIM_LONGTEXT
,
true
)
add_bool
(
SOUT_CFG_PREFIX
"quiet"
,
false
,
QUIET_TEXT
,
QUIET_
LONG
TEXT
,
true
)
QUIET_TEXT
,
true
)
add_integer
(
SOUT_CFG_PREFIX
"sps-id"
,
0
,
SPS_ID_TEXT
,
SPS_ID_LONGTEXT
,
true
)
...
...
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