A simple video codec.
#ifndef ENCODE_H #define ENCODE_H void encode_one_frame ( char *image, short iwidth, short iheight, bitFileIO *outputs, set <RunHuff> &htable ); #endif