home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / LocoCodec / dialog.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2003-03-29  |  728 b   |  30 lines

  1. //
  2. // lococodec v0.1 based on:
  3. //
  4. // Huffyuv v2.1.1, by Ben Rudiak-Gould.
  5. // http://www.math.berkeley.edu/~benrg/huffyuv.html
  6. //
  7. // Based on MSYUV sample code, which is:
  8. // Copyright (c) 1993 Microsoft Corporation.
  9. // All Rights Reserved.
  10. //
  11. // Changes copyright 2000 Ben Rudiak-Gould, and distributed under
  12. // the terms of the GNU General Public License, v2 or later.  See
  13. // http://www.gnu.org/copyleft/gpl.html.
  14. //
  15. // I edit these files in 10-point Verdana, a proportionally-spaced font.
  16. // You may notice formatting oddities if you use a monospaced font.
  17. //
  18.  
  19.  
  20. #include "lococodec.h"
  21. #include "lococodec_a.h"
  22. #include "resource.h"
  23.  
  24. #include <crtdbg.h>
  25.  
  26. #include <stdio.h>
  27.  
  28. #include <commctrl.h>
  29.  
  30.