FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vfw_ctx Struct Reference

Data Fields

const AVClassclass
 
HWND hwnd
 
HANDLE mutex
 
HANDLE event
 
AVPacketListpktl
 
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...
 

Detailed Description

Definition at line 42 of file vfwcap.c.

Field Documentation

const AVClass* vfw_ctx::class

Definition at line 43 of file vfwcap.c.

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

Set by a private option.

Definition at line 51 of file vfwcap.c.

Referenced by vfw_read_header().


The documentation for this struct was generated from the following file: