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
7c4d81ac
Commit
7c4d81ac
authored
Aug 06, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use C-style comments
parent
4c23c78c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/audio_filter/resampler/bandlimited.c
modules/audio_filter/resampler/bandlimited.c
+2
-2
No files found.
modules/audio_filter/resampler/bandlimited.c
View file @
7c4d81ac
...
...
@@ -177,7 +177,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
/* Check if we really need to run the resampler */
if
(
p_aout
->
mixer
.
mixer
.
i_rate
==
p_filter
->
input
.
i_rate
)
{
if
(
/
/p_filter->b_continuity && /
* What difference does it make ? :) */
if
(
/
*p_filter->b_continuity && /--
* What difference does it make ? :) */
p_filter
->
p_sys
->
i_old_wing
&&
p_in_buf
->
i_size
>=
p_in_buf
->
i_nb_bytes
+
p_filter
->
p_sys
->
i_old_wing
*
...
...
@@ -275,7 +275,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
{
/* Just copy the samples */
memcpy
(
p_out
,
p_in
,
p_filter
->
input
.
i_bytes_per_frame
);
p_filter
->
input
.
i_bytes_per_frame
);
p_in
+=
i_nb_channels
;
p_out
+=
i_nb_channels
;
i_out
++
;
...
...
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