FFmpeg
|
Data Fields | |
const AVClass * | class |
HWND | hwnd |
HANDLE | mutex |
HANDLE | event |
PacketList * | pktl |
unsigned int | curbufsize |
unsigned int | frame_num |
char * | video_size |
A string describing video size, set by a private option. More... | |
char * | framerate |
Set by a private option. More... | |
HWND vfw_ctx::hwnd |
Definition at line 45 of file vfwcap.c.
Referenced by videostream_cb().
PacketList* vfw_ctx::pktl |
Definition at line 48 of file vfwcap.c.
Referenced by vfw_read_close(), and vfw_read_packet().
char* vfw_ctx::video_size |