Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3aa696e8
Commit
3aa696e8
authored
Aug 09, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avresample: De-doxygenize some comments where Doxygen is not appropriate
parent
f5ce90f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
15 deletions
+2
-15
resample.c
libavresample/resample.c
+2
-15
No files found.
libavresample/resample.c
View file @
3aa696e8
...
...
@@ -67,9 +67,7 @@ struct ResampleContext {
#include "resample_template.c"
/**
* 0th order modified bessel function of the first kind.
*/
/* 0th order modified bessel function of the first kind. */
static
double
bessel
(
double
x
)
{
double
v
=
1
;
...
...
@@ -86,18 +84,7 @@ static double bessel(double x)
return
v
;
}
/**
* Build a polyphase filterbank.
*
* @param[out] filter filter coefficients
* @param factor resampling factor
* @param tap_count tap count
* @param phase_count phase count
* @param scale wanted sum of coefficients for each filter
* @param filter_type filter type
* @param kaiser_beta kaiser window beta
* @return 0 on success, negative AVERROR code on failure
*/
/* Build a polyphase filterbank. */
static
int
build_filter
(
ResampleContext
*
c
)
{
int
ph
,
i
;
...
...
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