FFmpeg
|
Data Fields | |
const AVClass * | class |
HWND | hwnd |
HANDLE | mutex |
HANDLE | event |
AVPacketList * | 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 44 of file vfwcap.c.
Referenced by vfw_read_close(), and vfw_read_header().
HANDLE vfw_ctx::mutex |
Definition at line 45 of file vfwcap.c.
Referenced by vfw_read_close(), vfw_read_header(), vfw_read_packet(), and videostream_cb().
HANDLE vfw_ctx::event |
Definition at line 46 of file vfwcap.c.
Referenced by vfw_read_close(), vfw_read_header(), vfw_read_packet(), and videostream_cb().
AVPacketList* vfw_ctx::pktl |
Definition at line 47 of file vfwcap.c.
Referenced by vfw_read_close(), vfw_read_packet(), and videostream_cb().
unsigned int vfw_ctx::curbufsize |
Definition at line 48 of file vfwcap.c.
Referenced by shall_we_drop(), vfw_read_packet(), and videostream_cb().
unsigned int vfw_ctx::frame_num |
Definition at line 49 of file vfwcap.c.
Referenced by shall_we_drop().
char* vfw_ctx::video_size |
A string describing video size, set by a private option.
Definition at line 50 of file vfwcap.c.
Referenced by vfw_read_header().
char* vfw_ctx::framerate |