struct CCL::FOURCC

Four-character code.

#include <platform.h>

struct FOURCC
{
    // fields

    char bytes [4];
    int32 fcc;

    // methods

    bool operator == (FOURCC other) const;
    bool operator != (FOURCC other) const;
};