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
886e1b36
Commit
886e1b36
authored
Jul 13, 2013
by
Nicolas Bertrand
Committed by
Luca Barbato
Jul 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jpeg2000: Remove unused passes array in Jpeg200Cblk structure
Signed-off-by:
Luca Barbato
<
lu_zero@gentoo.org
>
parent
f56fe04d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
jpeg2000.h
libavcodec/jpeg2000.h
+0
-6
No files found.
libavcodec/jpeg2000.h
View file @
886e1b36
...
...
@@ -151,11 +151,6 @@ typedef struct Jpeg2000QuantStyle {
uint8_t
nguardbits
;
// number of guard bits
}
Jpeg2000QuantStyle
;
typedef
struct
Jpeg2000Pass
{
uint16_t
rate
;
int64_t
disto
;
}
Jpeg2000Pass
;
typedef
struct
Jpeg2000Cblk
{
uint8_t
npasses
;
uint8_t
ninclpasses
;
// number coding of passes included in codestream
...
...
@@ -165,7 +160,6 @@ typedef struct Jpeg2000Cblk {
uint8_t
lblock
;
uint8_t
zero
;
uint8_t
data
[
8192
];
Jpeg2000Pass
passes
[
100
];
uint16_t
coord
[
2
][
2
];
// border coordinates {{x0, x1}, {y0, y1}}
}
Jpeg2000Cblk
;
// code block
...
...
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