Go to the source code of this file.
#define OFFSET |
( |
|
x | ) |
offsetof(struct NDIContext, x) |
static int ndi_find_sources |
( |
AVFormatContext * |
avctx, |
|
|
const char * |
name, |
|
|
NDIlib_source_t * |
source_to_connect_to |
|
) |
| |
|
static |
Initial value:= {
{
"wait_sources",
"Time to wait until the number of online sources have changed" ,
OFFSET(wait_sources),
AV_OPT_TYPE_DURATION, { .i64 = 1000000 }, 100000, 20000000,
DEC },
{
"allow_video_fields",
"When this flag is FALSE, all video that you receive will be progressive" ,
OFFSET(allow_video_fields),
AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1,
DEC },
}
Definition at line 316 of file libndi_newtek_dec.c.
const AVClass libndi_newtek_demuxer_class |
|
static |
Initial value:= {
.class_name = "NDI demuxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 323 of file libndi_newtek_dec.c.
Initial value:= {
.name = "libndi_newtek",
}
static int ndi_read_packet(AVFormatContext *avctx, AVPacket *pkt)
static int ndi_read_header(AVFormatContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ndi_read_close(AVFormatContext *avctx)
static const AVClass libndi_newtek_demuxer_class
static int read_header(FFV1Context *f)
Definition at line 331 of file libndi_newtek_dec.c.