#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.
§ HWND_MESSAGE
#define HWND_MESSAGE ((HWND) -3) |
§ dstruct
#define dstruct |
( |
|
pctx, |
|
|
|
sname, |
|
|
|
var, |
|
|
|
type |
|
) |
| av_log(pctx, AV_LOG_DEBUG, #var":\t%"type"\n", sname->var) |
§ OFFSET
#define OFFSET |
( |
|
x | ) |
offsetof(struct vfw_ctx, x) |
§ 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()
§ 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:= {
}
char * video_size
String describing video size, set by a private option.
char * framerate
Set by a private option.
Definition at line 457 of file vfwcap.c.
§ vfw_class
Initial value:= {
.class_name = "VFW indev",
}
static const AVOption options[]
Definition at line 463 of file vfwcap.c.
§ ff_vfwcap_demuxer
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 470 of file vfwcap.c.