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
8585706f
Commit
8585706f
authored
Apr 01, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix AAC encoding with ffaac
Should close #6483
parent
52c300c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/codec/avcodec/encoder.c
modules/codec/avcodec/encoder.c
+2
-0
No files found.
modules/codec/avcodec/encoder.c
View file @
8585706f
...
...
@@ -382,6 +382,8 @@ int OpenEncoder( vlc_object_t *p_this )
p_sys
->
b_trellis
=
var_GetBool
(
p_enc
,
ENC_CFG_PREFIX
"trellis"
);
p_context
->
strict_std_compliance
=
var_GetInteger
(
p_enc
,
ENC_CFG_PREFIX
"strict"
);
if
(
i_codec_id
==
CODEC_ID_AAC
)
p_context
->
strict_std_compliance
=
-
2
;
p_sys
->
f_lumi_masking
=
var_GetFloat
(
p_enc
,
ENC_CFG_PREFIX
"lumi-masking"
);
p_sys
->
f_dark_masking
=
var_GetFloat
(
p_enc
,
ENC_CFG_PREFIX
"dark-masking"
);
...
...
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