FFmpeg
|
#include "libavformat/avformat.h"
#include "libavformat/demux.h"
#include "libavutil/opt.h"
#include "decklink_common_c.h"
#include "decklink_dec.h"
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(struct decklink_cctx, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Variables | |
static const AVOption | options [] |
static const AVClass | decklink_demuxer_class |
const FFInputFormat | ff_decklink_demuxer |
#define OFFSET | ( | x | ) | offsetof(struct decklink_cctx, x) |
Definition at line 30 of file decklink_dec_c.c.
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 31 of file decklink_dec_c.c.
|
static |
Definition at line 33 of file decklink_dec_c.c.
|
static |
Definition at line 111 of file decklink_dec_c.c.
const FFInputFormat ff_decklink_demuxer |
Definition at line 119 of file decklink_dec_c.c.