Doxygen Source Code Documentation
frametype.c File Reference
#include "all.h"
#include "prototypes.h"
#include "frames.h"
#include "frame.h"
#include "param.h"
Go to the source code of this file.
Defines | |
#define | SIMPLE_ASCII_UPPER(x) (((x)>='a') ? ((x)-'a'+'A') : (x)) |
Functions | |
int | FType_Type (frameNum) int frameNum |
Variables | |
FrameTable * | frameTable = NULL |
boolean | use_cache = FALSE |
int | firstI = 0 |
boolean | forceEncodeLast = FALSE |
int | framePatternLen |
char * | framePattern |
Define Documentation
|
|
Function Documentation
|
|
Variable Documentation
|
Definition at line 53 of file frametype.c. |
|
Definition at line 59 of file frametype.c. |
|
Definition at line 61 of file frametype.c. |
|
Definition at line 60 of file frametype.c. |
|
Definition at line 51 of file frametype.c. |
|
Definition at line 52 of file frametype.c. |