Doxygen Source Code Documentation
frame.h File Reference
#include "general.h"#include "ansi.h"#include "mtypes.h"Go to the source code of this file.
Data Structures | |
| struct | mpegFrame |
Defines | |
| #define | TYPE_IFRAME 2 |
| #define | TYPE_PFRAME 3 |
| #define | TYPE_BFRAME 4 |
Typedefs | |
| typedef mpegFrame | MpegFrame |
Functions | |
| MpegFrame *Frame_New | _ANSI_ARGS_ ((int id, int type)) |
| void Frame_Init | _ANSI_ARGS_ ((void)) |
| void Frame_Free | _ANSI_ARGS_ ((MpegFrame *frame)) |
| void Frame_AllocYCC | _ANSI_ARGS_ ((MpegFrame *mf)) |
| void Frame_AllocDecoded | _ANSI_ARGS_ ((MpegFrame *frame, boolean makeReference)) |
| void Frame_Resize | _ANSI_ARGS_ ((MpegFrame *omf, MpegFrame *mf, int insize_x, int insize_y, int outsize_x, int outsize_y)) |
Define Documentation
|
|
|
|
|
|
|
|
|
Typedef Documentation
|
|
|
Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|