FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | RemoveExtradataContext |
Macros | |
#define | OFFSET(x) offsetof(RemoveExtradataContext, x) |
#define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Enumerations | |
enum | RemoveFreq { REMOVE_FREQ_KEYFRAME, REMOVE_FREQ_ALL, REMOVE_FREQ_NONKEYFRAME } |
Functions | |
static int | remove_extradata (AVBSFContext *ctx, AVPacket *pkt) |
static int | remove_extradata_init (AVBSFContext *ctx) |
static void | remove_extradata_close (AVBSFContext *ctx) |
Variables | |
static const AVOption | options [] |
static const AVClass | remove_extradata_class |
const AVBitStreamFilter | ff_remove_extradata_bsf |
#define OFFSET | ( | x | ) | offsetof(RemoveExtradataContext, x) |
Definition at line 92 of file remove_extradata_bsf.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 93 of file remove_extradata_bsf.c.
enum RemoveFreq |
Enumerator | |
---|---|
REMOVE_FREQ_KEYFRAME | |
REMOVE_FREQ_ALL | |
REMOVE_FREQ_NONKEYFRAME |
Definition at line 27 of file remove_extradata_bsf.c.
|
static |
Definition at line 41 of file remove_extradata_bsf.c.
|
static |
Definition at line 64 of file remove_extradata_bsf.c.
|
static |
Definition at line 84 of file remove_extradata_bsf.c.
|
static |
Definition at line 94 of file remove_extradata_bsf.c.
|
static |
Definition at line 103 of file remove_extradata_bsf.c.
const AVBitStreamFilter ff_remove_extradata_bsf |
Definition at line 110 of file remove_extradata_bsf.c.