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
a4bd5985
Commit
a4bd5985
authored
Jan 08, 2010
by
Jai Menon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Snow : remove pointless 'if(1)'.
Originally committed as revision 21093 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
28fbbee1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
snow.c
libavcodec/snow.c
+0
-2
No files found.
libavcodec/snow.c
View file @
a4bd5985
...
...
@@ -1298,7 +1298,6 @@ static inline void unpack_coeffs(SnowContext *s, SubBand *b, SubBand * parent, i
const
int
h
=
b
->
height
;
int
x
,
y
;
if
(
1
){
int
run
,
runs
;
x_and_coeff
*
xc
=
b
->
x_coeff
;
x_and_coeff
*
prev_xc
=
NULL
;
...
...
@@ -1390,7 +1389,6 @@ static inline void unpack_coeffs(SnowContext *s, SubBand *b, SubBand * parent, i
}
(
xc
++
)
->
x
=
w
+
1
;
//end marker
}
}
static
inline
void
decode_subband_slice_buffered
(
SnowContext
*
s
,
SubBand
*
b
,
slice_buffer
*
sb
,
int
start_y
,
int
h
,
int
save_state
[
1
]){
...
...
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