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
88df35d3
Commit
88df35d3
authored
Oct 30, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: small spelling fixes
Originally committed as revision 15755 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1fb0d4b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qcelpdata.h
libavcodec/qcelpdata.h
+2
-2
No files found.
libavcodec/qcelpdata.h
View file @
88df35d3
...
...
@@ -26,7 +26,7 @@
/**
* pre-calculated table for hammsinc function
* Only half of the table
s is needed because of sy
metry.
* Only half of the table
is needed because of sym
metry.
*
* TIA/EIA/IS-733 2.4.5.2-2/3
*/
...
...
@@ -34,7 +34,7 @@ static const float qcelp_hammsinc_table[4] = { -0.006822, 0.041249, -0.143459,
typedef
struct
{
uint8_t
index
;
/*!< index into the QCELPContext structure */
uint8_t
bitpos
;
/*!< position of the lowet bit in the value's byte */
uint8_t
bitpos
;
/*!< position of the lowe
s
t bit in the value's byte */
uint8_t
bitlen
;
/*!< number of bits to read */
}
QCELPBitmap
;
...
...
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