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
18464d72
Commit
18464d72
authored
Aug 29, 2014
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sipr16kdata.h: add forgotten const.
Signed-off-by:
Reimar Döffinger
<
Reimar.Doeffinger@gmx.de
>
parent
2bb66cc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sipr16k.c
libavcodec/sipr16k.c
+1
-1
sipr16kdata.h
libavcodec/sipr16kdata.h
+1
-1
No files found.
libavcodec/sipr16k.c
View file @
18464d72
...
@@ -50,7 +50,7 @@ static void lsf2lsp(const float *lsf, double *lsp)
...
@@ -50,7 +50,7 @@ static void lsf2lsp(const float *lsf, double *lsp)
lsp
[
i
]
=
cosf
(
lsf
[
i
]);
lsp
[
i
]
=
cosf
(
lsf
[
i
]);
}
}
static
void
dequant
(
float
*
out
,
const
int
*
idx
,
const
float
*
cbs
[])
static
void
dequant
(
float
*
out
,
const
int
*
idx
,
const
float
*
const
cbs
[])
{
{
int
i
;
int
i
;
...
...
libavcodec/sipr16kdata.h
View file @
18464d72
...
@@ -525,7 +525,7 @@ static const float lsf_cb5_16k[128][4] = {
...
@@ -525,7 +525,7 @@ static const float lsf_cb5_16k[128][4] = {
{
0
.
124405
,
0
.
00
9943
,
-
0
.
148477
,
-
0
.
205184
}
{
0
.
124405
,
0
.
00
9943
,
-
0
.
148477
,
-
0
.
205184
}
};
};
static
const
float
*
lsf_codebooks_16k
[]
=
{
static
const
float
*
const
lsf_codebooks_16k
[]
=
{
lsf_cb1_16k
[
0
],
lsf_cb2_16k
[
0
],
lsf_cb3_16k
[
0
],
lsf_cb4_16k
[
0
],
lsf_cb1_16k
[
0
],
lsf_cb2_16k
[
0
],
lsf_cb3_16k
[
0
],
lsf_cb4_16k
[
0
],
lsf_cb5_16k
[
0
]
lsf_cb5_16k
[
0
]
};
};
...
...
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