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
81a3c671
Commit
81a3c671
authored
Nov 29, 2011
by
Mashiat Sarker Shakkhar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of logging that are not required anymore
(Resolves some conflicts)
parent
e6c66fcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wmalosslessdec.c
libavcodec/wmalosslessdec.c
+4
-4
No files found.
libavcodec/wmalosslessdec.c
View file @
81a3c671
...
...
@@ -289,6 +289,8 @@ typedef struct WmallDecodeCtx {
static
int
num_logged_tiles
=
0
;
static
int
num_logged_subframes
=
0
;
static
int
num_lms_update_call
=
0
;
/**
*@brief helper function to print the most important members of the context
...
...
@@ -692,7 +694,7 @@ static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
if
(
s
->
seekable_tile
)
{
if
(
s
->
do_inter_ch_decorr
)
s
->
channel_residues
[
ch
][
0
]
=
get_sbits
(
&
s
->
gb
,
s
->
bits_per_sample
+
1
);
else
else
s
->
channel_residues
[
ch
][
0
]
=
get_sbits
(
&
s
->
gb
,
s
->
bits_per_sample
);
i
++
;
}
...
...
@@ -716,9 +718,6 @@ static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
else
residue
=
residue
>>
1
;
s
->
channel_residues
[
ch
][
i
]
=
residue
;
/*if (num_logged_tiles < 1)
av_log(0, 0, "%4d ", residue); */
}
dump_int_buffer
(
s
->
channel_residues
[
ch
],
tile_size
,
16
);
...
...
@@ -1056,6 +1055,7 @@ static int decode_subframe(WmallDecodeCtx *s)
}
++
s
->
channel
[
c
].
cur_subframe
;
}
num_logged_subframes
++
;
return
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