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
0ede7b53
Commit
0ede7b53
authored
Mar 02, 2014
by
Janne Grunau
Committed by
Reinhard Tartler
Mar 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
float_dsp: fix errors in documentation
(cherry picked from commit
74cc9019
)
parent
5b933be0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
float_dsp.h
libavutil/float_dsp.h
+1
-3
No files found.
libavutil/float_dsp.h
View file @
0ede7b53
...
@@ -113,7 +113,7 @@ typedef struct AVFloatDSPContext {
...
@@ -113,7 +113,7 @@ typedef struct AVFloatDSPContext {
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param src1 second input vector
* @param src1 second input vector
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param src
1
third input vector
* @param src
2
third input vector
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param len number of elements in the input
* @param len number of elements in the input
* constraints: multiple of 16
* constraints: multiple of 16
...
@@ -132,8 +132,6 @@ typedef struct AVFloatDSPContext {
...
@@ -132,8 +132,6 @@ typedef struct AVFloatDSPContext {
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param src1 second input vector
* @param src1 second input vector
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param src1 third input vector
* constraints: 32-byte aligned
* @param len number of elements in the input
* @param len number of elements in the input
* constraints: multiple of 16
* constraints: multiple of 16
*/
*/
...
...
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