home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Audio-Visual / VirtualDub / Source / VirtualDub-1.9.10-src.7z / src / Meia / h / tables.h < prev   
Encoding:
C/C++ Source or Header  |  2009-09-14  |  148 b   |  9 lines

  1. #ifndef f_VD2_MEIA_TABLES_H
  2. #define f_VD2_MEIA_TABLES_H
  3.  
  4. namespace nsVDMPEGTables {
  5.     extern const unsigned char clip_table[832];
  6. };
  7.  
  8. #endif
  9.