Dirac - A Video Codec

Created by the British Broadcasting Corporation.


dirac_types.h File Reference

#include <libdirac_common/common_types.h>

Include dependency graph for dirac_types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

Defines

Typedefs


Define Documentation

#define DIRAC_RESEARCH_CURVERSION

#define DIRAC_RESEARCH_MAJOR_VERSION   1

#define DIRAC_RESEARCH_MINOR_VERSION   0

#define DIRAC_RESEARCH_PATCH_VERSION   2

#define DIRAC_RESEARCH_VERSION ( X,
Y,
 )     (((X)<<16) + ((Y)<<8) + (Z))

#define DIRAC_RESEARCH_VERSION_ATLEAST ( X,
Y,
 )     (DIRAC_RESEARCH_CURVERSION >= DIRAC_RESEARCH_VERSION(X, Y, Z))

#define DllExport

This file contains common enumerated types used throughout the end user interfaces to the encoder and decoder


Typedef Documentation


© 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.