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
4c4b5053
Commit
4c4b5053
authored
Jul 22, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: small typo fixes
Originally committed as revision 19496 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7d90972c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ac3dec_data.c
libavcodec/ac3dec_data.c
+3
-3
No files found.
libavcodec/ac3dec_data.c
View file @
4c4b5053
...
...
@@ -21,15 +21,15 @@
/**
* @file libavcodec/ac3dec_data.c
*
t
ables taken directly from the AC-3 spec.
*
T
ables taken directly from the AC-3 spec.
*/
#include "ac3dec_data.h"
#include "ac3.h"
/**
*
t
able used to ungroup 3 values stored in 5 bits.
*
u
sed by bap=1 mantissas and GAQ.
*
T
able used to ungroup 3 values stored in 5 bits.
*
U
sed by bap=1 mantissas and GAQ.
* ff_ac3_ungroup_3_in_5_bits_tab[i] = { i/9, (i%9)/3, (i%9)%3 }
*/
const
uint8_t
ff_ac3_ungroup_3_in_5_bits_tab
[
32
][
3
]
=
{
...
...
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