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.
 
char * framerate
 Set by a private option.
 

Detailed Description

Definition at line 35 of file vfwcap.c.

Field Documentation

const AVClass* vfw_ctx::class

Definition at line 36 of file vfwcap.c.

HWND vfw_ctx::hwnd

Definition at line 37 of file vfwcap.c.

Referenced by vfw_read_close(), and vfw_read_header().

HANDLE vfw_ctx::mutex

Definition at line 38 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 39 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 40 of file vfwcap.c.

Referenced by vfw_read_close(), vfw_read_packet(), and videostream_cb().

unsigned int vfw_ctx::curbufsize

Definition at line 41 of file vfwcap.c.

Referenced by shall_we_drop(), vfw_read_packet(), and videostream_cb().

unsigned int vfw_ctx::frame_num

Definition at line 42 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 43 of file vfwcap.c.

Referenced by vfw_read_header().

char* vfw_ctx::framerate

Set by a private option.

Definition at line 44 of file vfwcap.c.

Referenced by vfw_read_header().


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