forked from KolibriOS/kolibrios
927f6fa6b2
git-svn-id: svn://kolibrios.org@4758 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
237 B
C
10 lines
237 B
C
/* mj2_to_metadata.h */
|
|
/* Dump MJ2, JP2 metadata (partial so far) to xml file */
|
|
/* Contributed to Open JPEG by Glenn Pearson, U.S. National Library of Medicine */
|
|
|
|
#define BOOL int
|
|
#define FALSE 0
|
|
#define TRUE 1
|
|
|
|
#include "meta_out.h"
|