Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
514ab9ef
Commit
514ab9ef
authored
Dec 16, 2007
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops.
parent
c704c4af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/audio_output/dec.c
src/audio_output/dec.c
+1
-2
No files found.
src/audio_output/dec.c
View file @
514ab9ef
...
...
@@ -47,7 +47,6 @@ static aout_input_t * DecNew( vlc_object_t * p_this, aout_instance_t * p_aout,
{
aout_input_t
*
p_input
;
input_thread_t
*
p_input_thread
;
vlc_value_t
val
;
/* Sanitize audio format */
if
(
p_format
->
i_channels
>
32
)
...
...
@@ -140,7 +139,7 @@ static aout_input_t * DecNew( vlc_object_t * p_this, aout_instance_t * p_aout,
aout_InputNew
(
p_aout
,
p_input
);
vlc_mutex_unlock
(
&
p_aout
->
mixer_lock
);
p_input
->
i_desync
=
var_CreateGet
(
p_this
,
"audio-desync"
)
*
1000
;
p_input
->
i_desync
=
var_CreateGet
Integer
(
p_this
,
"audio-desync"
)
*
1000
;
p_input_thread
=
(
input_thread_t
*
)
vlc_object_find
(
p_this
,
VLC_OBJECT_INPUT
,
FIND_PARENT
);
...
...
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