Searched defs:vfw_ctx (Results 1 – 1 of 1) sorted by relevance
43 struct vfw_ctx { struct44 const AVClass *class;45 HWND hwnd;46 HANDLE mutex;47 HANDLE event;48 PacketList *pktl;49 unsigned int curbufsize;50 unsigned int frame_num;51 char *video_size; /**< A string describing video size, set by a private option. */52 char *framerate; /**< Set by a private option. */