FFmpeg
|
#include "libavformat/avformat.h"
#include "libavutil/opt.h"
#include "decklink_common_c.h"
#include "decklink_enc.h"
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(struct decklink_cctx, x) |
#define | ENC AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
static const AVOption | options [] |
static const AVClass | decklink_muxer_class |
const AVOutputFormat | ff_decklink_muxer |
#define OFFSET | ( | x | ) | offsetof(struct decklink_cctx, x) |
Definition at line 28 of file decklink_enc_c.c.
#define ENC AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 29 of file decklink_enc_c.c.
|
static |
Definition at line 30 of file decklink_enc_c.c.
|
static |
Definition at line 66 of file decklink_enc_c.c.
const AVOutputFormat ff_decklink_muxer |
Definition at line 74 of file decklink_enc_c.c.