Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ options
◆ decklink_muxer_class
Initial value:= {
.class_name = "Blackmagic DeckLink outdev",
}
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 68 of file decklink_enc_c.c.
◆ ff_decklink_muxer
Initial value:= {
.p.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 76 of file decklink_enc_c.c.