#include <video_out.h>
Collaboration diagram for vo_frame_s:

Public Attributes | |
| uint8_t* | base [3] |
| void (* | copy )(vo_frame_t *frame, uint8_t **src) |
| void (* | field )(vo_frame_t *frame, int flags) |
| void (* | draw )(vo_frame_t *frame) |
| vo_instance_t* | instance |
|
|
pointer to the 3 yuv planes |
|
|
copies frame data into the current frame |
|
|
draw the current frame on the output surface |
|
|
field |
|
|
reference to the video output plugin this frame belongs to |
1.2.5 written by Dimitri van Heesch,
© 1997-2001