home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / linux / video / xmovie-1.5.3.tar.gz / xmovie-1.5.3.tar / xmovie-1.5.3 / quicktime / qtpng.h < prev    next >
C/C++ Source or Header  |  2000-11-29  |  164b  |  13 lines

  1. #ifndef QUICKTIME_PNG_H
  2. #define QUICKTIME_PNG_H
  3.  
  4. #include <png.h>
  5. #include "quicktime.h"
  6.  
  7. typedef struct
  8. {
  9.     int compression_level;
  10. } quicktime_png_codec_t;
  11.  
  12. #endif
  13.