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
bfb0437b
Commit
bfb0437b
authored
Nov 14, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Merged trunk changeset 9317 to 0.8.1 branch.
parent
4bc1efe8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/audio_output/input.c
src/audio_output/input.c
+2
-2
No files found.
src/audio_output/input.c
View file @
bfb0437b
...
@@ -484,11 +484,11 @@ int aout_InputPlay( aout_instance_t * p_aout, aout_input_t * p_input,
...
@@ -484,11 +484,11 @@ int aout_InputPlay( aout_instance_t * p_aout, aout_input_t * p_input,
if
(
p_input
->
i_resampling_type
==
AOUT_RESAMPLING_UP
)
if
(
p_input
->
i_resampling_type
==
AOUT_RESAMPLING_UP
)
{
{
p_input
->
pp_resamplers
[
0
]
->
input
.
i_rate
+=
1
;
/* Hz */
p_input
->
pp_resamplers
[
0
]
->
input
.
i_rate
+=
2
;
/* Hz */
}
}
else
else
{
{
p_input
->
pp_resamplers
[
0
]
->
input
.
i_rate
-=
1
;
/* Hz */
p_input
->
pp_resamplers
[
0
]
->
input
.
i_rate
-=
2
;
/* Hz */
}
}
/* Check if everything is back to normal, in which case we can stop the
/* Check if everything is back to normal, in which case we can stop the
...
...
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