#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavformat/internal.h"
#include <windows.h>
#include <vfw.h>
#include "avdevice.h"
Go to the source code of this file.
#define HWND_MESSAGE ((HWND) -3) |
#define OFFSET |
( |
|
x | ) |
offsetof(struct vfw_ctx, x) |
static enum AVPixelFormat vfw_pixfmt |
( |
DWORD |
biCompression, |
|
|
WORD |
biBitCount |
|
) |
| |
|
static |
static enum AVCodecID vfw_codecid |
( |
DWORD |
biCompression | ) |
|
|
static |
static LRESULT CALLBACK videostream_cb |
( |
HWND |
hwnd, |
|
|
LPVIDEOHDR |
vdhdr |
|
) |
| |
|
static |
Initial value:
Definition at line 470 of file vfwcap.c.
Initial value:= {
.class_name = "VFW indev",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 476 of file vfwcap.c.
Initial value:= {
.name = "vfwcap",
.priv_data_size =
sizeof(
struct vfw_ctx),
}
static int vfw_read_close(AVFormatContext *s)
static const AVClass vfw_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int vfw_read_header(AVFormatContext *s)
static int vfw_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 484 of file vfwcap.c.