#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include <windows.h>
#include <vfw.h>
Go to the source code of this file.
#define HWND_MESSAGE ((HWND)-3) |
#define dstruct |
( |
|
pctx, |
|
|
|
sname, |
|
|
|
var, |
|
|
|
type |
|
) |
| av_log(pctx, AV_LOG_DEBUG, #var":\t%"type"\n", sname->var) |
#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:= {
}
char * video_size
String describing video size, set by a private option.
char * framerate
Set by a private option.
Definition at line 460 of file vfwcap.c.
Initial value:= {
.class_name = "VFW indev",
}
static const AVOption options[]
Definition at line 466 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 473 of file vfwcap.c.