GDI frame device demuxer.
More...
#include "config.h"
#include "libavformat/internal.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include <windows.h>
§ CURSOR_ERROR
| #define CURSOR_ERROR |
( |
|
str | ) |
|
Value:if (!
gdigrab->cursor_error_printed) { \
WIN32_API_ERROR(str); \
gdigrab->cursor_error_printed = 1; \
}
GDI Device Demuxer context.
Definition: gdigrab.c:40
§ ff_gdigrab_demuxer
Initial value:= {
.name = "gdigrab",
.priv_data_size =
sizeof(
struct gdigrab),
.read_header = gdigrab_read_header,
.read_packet = gdigrab_read_packet,
.read_close = gdigrab_read_close,
.priv_class = &gdigrab_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
GDI Device Demuxer context.
Definition: gdigrab.c:40
gdi grabber device demuxer declaration