Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
49d57a82
Commit
49d57a82
authored
Feb 14, 2011
by
Stefano Sabatini
Committed by
Michael Niedermayer
Feb 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply minor cosmetics fixes to the av_audio_resample_init() doxy.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
7562101a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
avcodec.h
libavcodec/avcodec.h
+4
-3
No files found.
libavcodec/avcodec.h
View file @
49d57a82
...
...
@@ -3233,8 +3233,9 @@ typedef struct ReSampleContext ReSampleContext;
attribute_deprecated
ReSampleContext
*
audio_resample_init
(
int
output_channels
,
int
input_channels
,
int
output_rate
,
int
input_rate
);
#endif
/**
* Initialize audio resampling context
* Initialize audio resampling context
.
*
* @param output_channels number of output channels
* @param input_channels number of input channels
...
...
@@ -3242,9 +3243,9 @@ attribute_deprecated ReSampleContext *audio_resample_init(int output_channels, i
* @param input_rate input sample rate
* @param sample_fmt_out requested output sample format
* @param sample_fmt_in input sample format
* @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
* @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
uency
* @param log2_phase_count log2 of the number of entries in the polyphase filterbank
* @param linear
I
f 1 then the used FIR filter will be linearly interpolated
* @param linear
i
f 1 then the used FIR filter will be linearly interpolated
between the 2 closest, if 0 the closest will be used
* @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate
* @return allocated ReSampleContext, NULL if error occured
...
...
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