Main Page   Modules   Data Structures   File List   Data Fields   Related Pages  

Encoder entry point
[Encoder related functions and structures.]


Functions

int xvid_encore (void *handle, int opt, void *param1, void *param2)
 Encoder entry point.


Function Documentation

int xvid_encore void *    handle,
int    opt,
void *    param1,
void *    param2
 

Encoder entry point.

This is the XviD's encoder entry point. The possible operations are described in the Encoder operations section.

Parameters:
handle Encoder instance handle
opt Encoder option constant
param1 Used to pass XVID_ENC_PARAM or XVID_ENC_FRAME structures.
param2 Optionally used to pass the XVID_ENC_STATS structure.



Author : XviD team <xvid-devel@xvid.org> Date : 2003-02-13