Go to the source code of this file.
Initial value:= {
{
"teletext_lines",
"teletext lines bitmask",
OFFSET(teletext_lines),
AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, 0x7ffffffffLL,
DEC,
"teletext_lines"},
}
static void list_formats(AVFormatContext *ctx, int type)
Definition at line 31 of file decklink_dec_c.c.
const AVClass decklink_demuxer_class |
|
static |
Initial value:= {
.class_name = "Blackmagic DeckLink demuxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 42 of file decklink_dec_c.c.
Initial value:= {
.name = "decklink",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass decklink_demuxer_class
av_cold int ff_decklink_read_close(AVFormatContext *avctx)
static int read_header(FFV1Context *f)
int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt)
av_cold int ff_decklink_read_header(AVFormatContext *avctx)
Definition at line 50 of file decklink_dec_c.c.