Commit df3e6e5e authored by Michael Niedermayer's avatar Michael Niedermayer

j2kdec: cosmetics from jpeg2000

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 277691a1
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment