home *** CD-ROM | disk | FTP | other *** search
- //
- // lococodec v0.1 based on:
- //
- // Huffyuv v2.1.1, by Ben Rudiak-Gould.
- // http://www.math.berkeley.edu/~benrg/huffyuv.html
- //
- // Based on MSYUV sample code, which is:
- // Copyright (c) 1993 Microsoft Corporation.
- // All Rights Reserved.
- //
- // Changes copyright 2000 Ben Rudiak-Gould, and distributed under
- // the terms of the GNU General Public License, v2 or later. See
- // http://www.gnu.org/copyleft/gpl.html.
- //
- // I edit these files in 10-point Verdana, a proportionally-spaced font.
- // You may notice formatting oddities if you use a monospaced font.
- //
-
-
- #include "lococodec.h"
- #include "lococodec_a.h"
- #include "resource.h"
-
- #include <crtdbg.h>
-
- #include <stdio.h>
-
- #include <commctrl.h>
-
-