Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. /* mj2_to_metadata.h */
  2. /* Dump MJ2, JP2 metadata (partial so far) to xml file */
  3. /* Contributed to Open JPEG by Glenn Pearson, U.S. National Library of Medicine */
  4.  
  5. #define BOOL int
  6. #define FALSE 0
  7. #define TRUE 1
  8.  
  9. #include "meta_out.h"
  10.