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
1e6816dc
Commit
1e6816dc
authored
Aug 12, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/lpc.h: Fix duplicate words
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
e458fd6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lpc.h
libavcodec/lpc.h
+1
-1
No files found.
libavcodec/lpc.h
View file @
1e6816dc
...
@@ -67,7 +67,7 @@ typedef struct LPCContext {
...
@@ -67,7 +67,7 @@ typedef struct LPCContext {
/**
/**
* Perform autocorrelation on input samples with delay of 0 to lag.
* Perform autocorrelation on input samples with delay of 0 to lag.
* @param data input samples.
* @param data input samples.
* constraints: no alignment needed, but must have
have
at
* constraints: no alignment needed, but must have at
* least lag*sizeof(double) valid bytes preceding it, and
* least lag*sizeof(double) valid bytes preceding it, and
* size must be at least (len+1)*sizeof(double) if data is
* size must be at least (len+1)*sizeof(double) if data is
* 16-byte aligned or (len+2)*sizeof(double) if data is
* 16-byte aligned or (len+2)*sizeof(double) if data is
...
...
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