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. | |
| char * | framerate |
| Set by a private option. | |
Definition at line 36 of file vfwcap.c.
| const AVClass* vfw_ctx::class |
| unsigned int vfw_ctx::curbufsize |
Definition at line 42 of file vfwcap.c.
Referenced by shall_we_drop(), vfw_read_packet(), and videostream_cb().
| HANDLE vfw_ctx::event |
Definition at line 40 of file vfwcap.c.
Referenced by vfw_read_close(), vfw_read_header(), vfw_read_packet(), and videostream_cb().
| unsigned int vfw_ctx::frame_num |
| char* vfw_ctx::framerate |
| HWND vfw_ctx::hwnd |
| HANDLE vfw_ctx::mutex |
Definition at line 39 of file vfwcap.c.
Referenced by vfw_read_close(), vfw_read_header(), vfw_read_packet(), and videostream_cb().
Definition at line 41 of file vfwcap.c.
Referenced by vfw_read_close(), vfw_read_packet(), and videostream_cb().
| char* vfw_ctx::video_size |
A string describing video size, set by a private option.
Definition at line 44 of file vfwcap.c.
Referenced by vfw_read_header().
1.5.8