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
53e6fbb4
Commit
53e6fbb4
authored
Aug 27, 2008
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: rename a table
Originally committed as revision 15003 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f1c80e35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ac3dec_data.c
libavcodec/ac3dec_data.c
+1
-1
ac3dec_data.h
libavcodec/ac3dec_data.h
+1
-1
No files found.
libavcodec/ac3dec_data.c
View file @
53e6fbb4
...
...
@@ -1072,7 +1072,7 @@ static const int16_t vq_hebap7[512][6] = {
{
3231
,
-
3284
,
27336
,
4174
,
-
1683
,
497
},
};
const
int16_t
(
*
ff_eac3_
vq_hebap
[
8
])[
6
]
=
{
const
int16_t
(
*
ff_eac3_
mantissa_vq
[
8
])[
6
]
=
{
NULL
,
vq_hebap1
,
vq_hebap2
,
...
...
libavcodec/ac3dec_data.h
View file @
53e6fbb4
...
...
@@ -31,7 +31,7 @@ extern const int16_t ff_eac3_gaq_remap_1[12];
extern
const
int16_t
ff_eac3_gaq_remap_2_4_a
[
9
][
2
];
extern
const
int8_t
ff_eac3_gaq_remap_2_4_b
[
9
][
2
];
extern
const
int16_t
(
*
ff_eac3_
vq_hebap
[
8
])[
6
];
extern
const
int16_t
(
*
ff_eac3_
mantissa_vq
[
8
])[
6
];
extern
const
uint8_t
ff_eac3_frm_expstr
[
32
][
6
];
extern
const
uint8_t
ff_eac3_default_cpl_band_struct
[
18
];
...
...
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