The ICSeqCompressFrameEnd function ends sequence compression that was initiated by using the ICSeqCompressFrameStart and ICSeqCompressFrame functions.
void ICSeqCompressFrameEnd(
PCOMPVARS pc
);
This function does not return a value.
When finished with compression, use the ICCompressorFree function to release the resources specified by COMPVARS.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
Import Library: Use vfw32.lib.
Video Compression Manager Overview, Video Compression Functions, ICSeqCompressFrameStart, ICSeqCompressFrame, COMPVARS, ICCompressorFree