Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ options
Initial value:= {
{
"timing_offset",
"genlock timing pixel offset",
OFFSET(timing_offset),
AV_OPT_TYPE_INT, { .i64 = INT_MIN }, INT_MIN, INT_MAX,
ENC,
"timing_offset"},
}
#define AV_OPT_FLAG_DEPRECATED
set if option is deprecated, users should refer to AVOption.help text for more information
static void list_formats(AVFormatContext *ctx, int type)
Definition at line 30 of file decklink_enc_c.c.
◆ decklink_muxer_class
Initial value:= {
.class_name = "Blackmagic DeckLink outdev",
}
static const AVOption options[]
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
@ AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT
Definition at line 43 of file decklink_enc_c.c.
◆ ff_decklink_muxer
Initial value:= {
.name = "decklink",
}
av_cold int ff_decklink_write_header(AVFormatContext *avctx)
int ff_decklink_list_output_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list)
av_cold int ff_decklink_write_trailer(AVFormatContext *avctx)
int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt)
static const AVClass decklink_muxer_class
static void write_header(FFV1Context *f)
@ AV_CODEC_ID_WRAPPED_AVFRAME
Passthrough codec, AVFrames wrapped in AVPacket.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 51 of file decklink_enc_c.c.