Go to the source code of this file.
◆ HWND_MESSAGE
| #define HWND_MESSAGE ((HWND) -3) |
◆ dstruct
| #define dstruct |
( |
| pctx, |
|
|
| sname, |
|
|
| var, |
|
|
| type ) |
◆ OFFSET
◆ DEC
◆ vfw_pixfmt()
| static enum AVPixelFormat vfw_pixfmt |
( |
DWORD | biCompression, |
|
|
WORD | biBitCount ) |
|
static |
◆ vfw_codecid()
| static enum AVCodecID vfw_codecid |
( |
DWORD | biCompression | ) |
|
|
static |
◆ dump_captureparms()
| static void dump_captureparms |
( |
AVFormatContext * | s, |
|
|
CAPTUREPARMS * | cparms ) |
|
static |
◆ dump_videohdr()
◆ dump_bih()
◆ shall_we_drop()
◆ videostream_cb()
| static LRESULT CALLBACK videostream_cb |
( |
HWND | hwnd, |
|
|
LPVIDEOHDR | vdhdr ) |
|
static |
◆ vfw_read_close()
◆ vfw_read_header()
◆ vfw_read_packet()
◆ options
Initial value:= {
}
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 473 of file vfwcap.c.
◆ vfw_class
Initial value:= {
.class_name = "VFW indev",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
@ AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT
Definition at line 479 of file vfwcap.c.
◆ ff_vfwcap_demuxer
Initial value:= {
.p.name = "vfwcap",
.priv_data_size =
sizeof(
struct vfw_ctx),
}
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int vfw_read_close(AVFormatContext *s)
static int vfw_read_packet(AVFormatContext *s, AVPacket *pkt)
static int vfw_read_header(AVFormatContext *s)
static const AVClass vfw_class
Definition at line 487 of file vfwcap.c.