FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | OpusBSFContext |
Macros | |
#define | OFFSET(x) offsetof(OpusBSFContext, x) |
#define | FLAGS (AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Functions | |
static int | opus_metadata_init (AVBSFContext *bsfc) |
Variables | |
static const AVOption | opus_metadata_options [] |
static const AVClass | opus_metadata_class |
static enum AVCodecID | codec_ids [] |
const AVBitStreamFilter | ff_opus_metadata_bsf |
#define OFFSET | ( | x | ) | offsetof(OpusBSFContext, x) |
Definition at line 40 of file opus_metadata_bsf.c.
#define FLAGS (AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 41 of file opus_metadata_bsf.c.
|
static |
Definition at line 28 of file opus_metadata_bsf.c.
|
static |
Definition at line 42 of file opus_metadata_bsf.c.
|
static |
Definition at line 49 of file opus_metadata_bsf.c.
|
static |
Definition at line 56 of file opus_metadata_bsf.c.
const AVBitStreamFilter ff_opus_metadata_bsf |
Definition at line 60 of file opus_metadata_bsf.c.