You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
j2kdec: cosmetics from jpeg2000
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -26,8 +26,6 @@
|
|||||||
* @author Kamil Nowosad
|
* @author Kamil Nowosad
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// #define DEBUG
|
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "bytestream.h"
|
#include "bytestream.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
@@ -42,7 +40,7 @@
|
|||||||
#define HAD_COC 0x01
|
#define HAD_COC 0x01
|
||||||
#define HAD_QCC 0x02
|
#define HAD_QCC 0x02
|
||||||
|
|
||||||
typedef struct {
|
typedef struct Jpeg2000Tile {
|
||||||
Jpeg2000Component *comp;
|
Jpeg2000Component *comp;
|
||||||
uint8_t properties[4];
|
uint8_t properties[4];
|
||||||
Jpeg2000CodingStyle codsty[4];
|
Jpeg2000CodingStyle codsty[4];
|
||||||
|
Reference in New Issue
Block a user