{"find_sources","Find available sources",OFFSET(find_sources),AV_OPT_TYPE_BOOL,{.i64=0},0,1,DEC},
{"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},
{NULL},
};
staticconstAVClasslibndi_newtek_demuxer_class={
.class_name="NDI demuxer",
.item_name=av_default_item_name,
.option=options,
.version=LIBAVUTIL_VERSION_INT,
.category=AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
};
AVInputFormatff_libndi_newtek_demuxer={
.name="libndi_newtek",
.long_name=NULL_IF_CONFIG_SMALL("Network Device Interface (NDI) input using NewTek library"),