Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 408493 | Differences between
and this patch

Collapse All | Expand All

(-)blender-2.62/source/blender/imbuf/intern/jp2.c.orig (+2 lines)
Lines 38-43 Link Here
38
38
39
#include "openjpeg.h"
39
#include "openjpeg.h"
40
40
41
#include <stdbool.h>
42
41
#define JP2_FILEHEADER_SIZE 14
43
#define JP2_FILEHEADER_SIZE 14
42
44
43
static char JP2_HEAD[]= {0x0, 0x0, 0x0, 0x0C, 0x6A, 0x50, 0x20, 0x20, 0x0D, 0x0A, 0x87, 0x0A};
45
static char JP2_HEAD[]= {0x0, 0x0, 0x0, 0x0C, 0x6A, 0x50, 0x20, 0x20, 0x0D, 0x0A, 0x87, 0x0A};

Return to bug 408493