This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
j2kdec: cosmetics from jpeg2000
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer
12 years ago
parent
277691a130
commit
df3e6e5e22
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
libavcodec/j2kdec.c
+ 1
- 3
libavcodec/j2kdec.c
View File
@@ -26,8 +26,6 @@
* @author Kamil Nowosad
*/
// #define DEBUG
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
@@ -42,7 +40,7 @@
#define HAD_COC 0x01
#define HAD_QCC 0x02
typedef struct {
typedef struct
Jpeg2000Tile
{
Jpeg2000Component *comp;
uint8_t properties[4];
Jpeg2000CodingStyle codsty[4];
Write
Preview
Loading…
Cancel
Save