41#ifndef OGGPLAY_TOOLS_HEADER
42#define OGGPLAY_TOOLS_HEADER
86oggplay_sys_time_in_ms(
void);
89oggplay_millisleep(
long ms);
structure holds pointers to RGB packets
Definition: oggplay_tools.h:69
int rgb_width
width of the RGB frame
Definition: oggplay_tools.h:71
unsigned char * ptro
the RGB stream in the requested packaging format
Definition: oggplay_tools.h:70
int rgb_height
height of the RGB frame
Definition: oggplay_tools.h:72
structure holds pointers to y, u, v channels
Definition: oggplay_tools.h:58
unsigned char * ptru
U channel.
Definition: oggplay_tools.h:60
unsigned char * ptry
Y channel.
Definition: oggplay_tools.h:59
int y_height
the height of the Y plane
Definition: oggplay_tools.h:63
int uv_width
the width of the U/V plane
Definition: oggplay_tools.h:64
int y_width
the width of the Y plane
Definition: oggplay_tools.h:62
unsigned char * ptrv
V channel.
Definition: oggplay_tools.h:61
int uv_height
the height of the U/V plane
Definition: oggplay_tools.h:65