liboggplay 0.3.0
|
#include <ogg/ogg.h>
#include <sys/time.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | OggPlayYUVChannels |
structure holds pointers to y, u, v channels More... | |
struct | OggPlayRGBChannels |
structure holds pointers to RGB packets More... | |
Functions | |
void | oggplay_yuv2rgba (const OggPlayYUVChannels *yuv, OggPlayRGBChannels *rgb) |
void | oggplay_yuv2bgra (const OggPlayYUVChannels *yuv, OggPlayRGBChannels *rgb) |
void | oggplay_yuv2argb (const OggPlayYUVChannels *yuv, OggPlayRGBChannels *rgb) |
ogg_int64_t | oggplay_sys_time_in_ms (void) |
void | oggplay_millisleep (long ms) |