FFmpeg
|
#include "bsf.h"
#include "bsf_internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
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 FFBitStreamFilter | ff_opus_metadata_bsf |
#define OFFSET | ( | x | ) | offsetof(OpusBSFContext, x) |
Definition at line 41 of file opus_metadata.c.
#define FLAGS (AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 42 of file opus_metadata.c.
|
static |
Definition at line 29 of file opus_metadata.c.
|
static |
Definition at line 43 of file opus_metadata.c.
|
static |
Definition at line 50 of file opus_metadata.c.
|
static |
Definition at line 57 of file opus_metadata.c.
const FFBitStreamFilter ff_opus_metadata_bsf |
Definition at line 61 of file opus_metadata.c.