j2kdec: cosmetics from jpeg2000

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-26 18:52:31 +02:00
parent 277691a130
commit df3e6e5e22
1 changed files with 1 additions and 3 deletions

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];