Dirac - A Video Codec
Created by the British Broadcasting Corporation.
Go to the documentation of this file.
39 #ifndef _DIRAC_TYPES_H
40 #define _DIRAC_TYPES_H
52 #if defined(WIN32) && defined(_WINDLL)
53 #define DllExport __declspec( dllexport )
65 #define DIRAC_RESEARCH_MAJOR_VERSION 1
66 #define DIRAC_RESEARCH_MINOR_VERSION 0
67 #define DIRAC_RESEARCH_PATCH_VERSION 2
69 #define DIRAC_RESEARCH_VERSION(X, Y, Z) \
70 (((X)<<16) + ((Y)<<8) + (Z))
72 #define DIRAC_RESEARCH_CURVERSION \
73 DIRAC_RESEARCH_VERSION(DIRAC_RESEARCH_MAJOR_VERSION, \
74 DIRAC_RESEARCH_MINOR_VERSION, \
75 DIRAC_RESEARCH_PATCH_VERSION)
77 #define DIRAC_RESEARCH_VERSION_ATLEAST(X, Y, Z) \
78 (DIRAC_RESEARCH_CURVERSION >= DIRAC_RESEARCH_VERSION(X, Y, Z))
189 unsigned char *buf[3];
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.