Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
a29039ae
Commit
a29039ae
authored
14 years ago
by
Thilo Borgmann
Browse files
Options
Downloads
Patches
Plain Diff
Reindent after last commit.
Originally committed as revision 25711 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4051ae76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/alsdec.c
+2
-2
2 additions, 2 deletions
libavcodec/alsdec.c
with
2 additions
and
2 deletions
libavcodec/alsdec.c
+
2
−
2
View file @
a29039ae
...
@@ -203,7 +203,7 @@ typedef struct {
...
@@ -203,7 +203,7 @@ typedef struct {
unsigned
int
num_blocks
;
///< number of blocks used in the current frame
unsigned
int
num_blocks
;
///< number of blocks used in the current frame
unsigned
int
s_max
;
///< maximum Rice parameter allowed in entropy coding
unsigned
int
s_max
;
///< maximum Rice parameter allowed in entropy coding
uint8_t
*
bgmc_lut
;
///< pointer at lookup tables used for BGMC
uint8_t
*
bgmc_lut
;
///< pointer at lookup tables used for BGMC
int
*
bgmc_lut_status
;
///< pointer at lookup table status flags used for BGMC
int
*
bgmc_lut_status
;
///< pointer at lookup table status flags used for BGMC
int
ltp_lag_length
;
///< number of bits used for ltp lag value
int
ltp_lag_length
;
///< number of bits used for ltp lag value
int
*
use_ltp
;
///< contains use_ltp flags for all channels
int
*
use_ltp
;
///< contains use_ltp flags for all channels
int
*
ltp_lag
;
///< contains ltp lag values for all channels
int
*
ltp_lag
;
///< contains ltp lag values for all channels
...
@@ -749,7 +749,7 @@ static int read_var_block_data(ALSDecContext *ctx, ALSBlockData *bd)
...
@@ -749,7 +749,7 @@ static int read_var_block_data(ALSDecContext *ctx, ALSBlockData *bd)
// read all residuals
// read all residuals
if
(
sconf
->
bgmc
)
{
if
(
sconf
->
bgmc
)
{
int
delta
[
8
];
int
delta
[
8
];
unsigned
int
k
[
8
];
unsigned
int
k
[
8
];
unsigned
int
b
=
av_clip
((
av_ceil_log2
(
bd
->
block_length
)
-
3
)
>>
1
,
0
,
5
);
unsigned
int
b
=
av_clip
((
av_ceil_log2
(
bd
->
block_length
)
-
3
)
>>
1
,
0
,
5
);
unsigned
int
i
=
start
;
unsigned
int
i
=
start
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment