Go to the documentation of this file.
30 #define OFFSET(x) offsetof(struct decklink_cctx, x)
31 #define DEC AV_OPT_FLAG_DECODING_PARAM
49 #if BLACKMAGIC_DECKLINK_API_VERSION >= 0x0b000000
57 #if BLACKMAGIC_DECKLINK_API_VERSION >= 0x0b000000
72 #if BLACKMAGIC_DECKLINK_API_VERSION >= 0x0b000000
120 .
p.
name =
"decklink",
static const AVClass decklink_demuxer_class
DecklinkPtsSource video_pts_source
av_cold int ff_decklink_read_close(AVFormatContext *avctx)
@ AV_OPT_TYPE_DURATION
Underlying C type is int64_t.
DecklinkPtsSource audio_pts_source
int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt)
DecklinkSignalLossAction signal_loss_action
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
static const AVOption options[]
const FFInputFormat ff_decklink_demuxer
#define LIBAVUTIL_VERSION_INT
Describe the class of an AVClass context structure.
const char * av_default_item_name(void *ptr)
Return the context name.
av_cold int ff_decklink_read_header(AVFormatContext *avctx)
@ AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT
static void list_formats(AVFormatContext *ctx, int type)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int ff_decklink_list_input_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list)
#define AV_OPT_FLAG_DEPRECATED
Set if option is deprecated, users should refer to AVOption.help text for more information.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.