REVISION
Definition in file DECODER__ogg.c.
#include "../SYSTEM/sys_hardware.h"
#include "../MESSAGE/message.h"
#include "../codec/codec.h"
#include "../coder/coder.h"
#include "decoder.h"
Include dependency graph for DECODER__ogg.c:

Go to the source code of this file.
Functions | |
| BOOL | DECODER__ogg (void) |
| Function serves as the OGG decoder task handle. | |
|
|
Function serves as the OGG decoder task handle.
Definition at line 38 of file DECODER__ogg.c. References Decoder. Referenced by DECODER__oggfirst(). 00039 {
00040 OGGV_decode(&Decoder);
00041 return TRUE;
00042 }
|
1.3.9.1