Main Page   Modules   Data Structures   File List   Data Fields   Related Pages  

API version
[Global constants used in both encoder and decoder.]


Defines

#define API_VERSION   ((2 << 16) | (1))
 This constant tells you what XviD's version this header defines.


Define Documentation

#define API_VERSION   ((2 << 16) | (1))
 

This constant tells you what XviD's version this header defines.

You can use it to check if the host XviD library API is the same as the one you used to build you client program. If versions mismatch, then it is highly possible that your application will segfault because the host XviD library and your application use different structures.




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