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 / twos.h < prev    next >
C/C++ Source or Header  |  2000-11-29  |  166b  |  14 lines

  1. #ifndef QUICKTIME_TWOS_H
  2. #define QUICKTIME_TWOS_H
  3.  
  4. #include "quicktime.h"
  5.  
  6. typedef struct
  7. {
  8.     char *work_buffer;
  9.     long buffer_size;
  10. } quicktime_twos_codec_t;
  11.  
  12.  
  13. #endif
  14.