Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
26d305ed
Commit
26d305ed
authored
Jun 29, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing spaces.
parent
64a31ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/codec/avcodec/encoder.c
modules/codec/avcodec/encoder.c
+4
-4
No files found.
modules/codec/avcodec/encoder.c
View file @
26d305ed
...
...
@@ -152,7 +152,7 @@ struct encoder_sys_t
};
static
const
char
*
const
ppsz_enc_options
[]
=
{
"keyint"
,
"bframes"
,
"vt"
,
"qmin"
,
"qmax"
,
"hq"
,
"keyint"
,
"bframes"
,
"vt"
,
"qmin"
,
"qmax"
,
"hq"
,
"rc-buffer-size"
,
"rc-buffer-aggressivity"
,
"pre-me"
,
"hurry-up"
,
"interlace"
,
"i-quant-factor"
,
"noise-reduction"
,
"mpeg4-matrix"
,
"trellis"
,
"qscale"
,
"strict"
,
"lumi-masking"
,
"dark-masking"
,
...
...
@@ -546,8 +546,8 @@ int OpenEncoder( vlc_object_t *p_this )
{
p_context
->
flags
|=
CODEC_FLAG_QSCALE
;
p_context
->
global_quality
=
p_sys
->
i_quality
;
}
else
}
else
{
p_context
->
rc_qsquish
=
1
.
0
;
p_context
->
rc_max_rate
=
p_enc
->
fmt_out
.
i_bitrate
;
...
...
@@ -572,7 +572,7 @@ int OpenEncoder( vlc_object_t *p_this )
if
(
p_enc
->
fmt_out
.
i_codec
==
VLC_FOURCC
(
'm'
,
'p'
,
'4'
,
'a'
)
)
{
/* XXX: FAAC does resample only when setting the INPUT samplerate
* to the desired value (-R option of the faac frontend)
* to the desired value (-R option of the faac frontend)
p_enc->fmt_in.audio.i_rate = p_context->sample_rate;*/
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+4)
/* Ignore FF_PROFILE_UNKNOWN */
...
...
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