$Id: FourCC.h 3096 2005-06-21 20:07:11Z ekuznetsov $ Copyright (c) 2003-2004 DivX, Inc. All rights reserved. This software is the confidential and proprietary information of DivX, Inc., Inc. and may be used only in accordance with the terms of your license from DivX, Inc.
#include "DivXPortable.h"
Go to the source code of this file.
Defines | |
#define | FOURCC(A, B, C, D) |
Typedefs | |
typedef uint32_t | FourCC |
Functions | |
FourCC | FourCC_create (const char *str) |
char * | FourCC_toStr (char *str, FourCC fourCC) |
FourCC | FourCC_lowerCase (FourCC fourCC) |
|
Value: A mechanism to create a FourCC from four characters.
|
|
Four Character Code used to decribe the media type of both compressed and uncompressed video. |
|
Creates a FourCC from a four-character string like "divx".
|
|
Converts all letters 'A' to 'Z' present in fourCC to their lower case equivalent.
|
|
Renders a FourCC to an ASCII string.
|