|
FFmpeg
|
#include "libavutil/log.h"#include "libavutil/opt.h"#include "avcodec.h"#include "bsf.h"#include "bsf_internal.h"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 93 of file remove_extradata_bsf.c.
| #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 94 of file remove_extradata_bsf.c.
| enum RemoveFreq |
| Enumerator | |
|---|---|
| REMOVE_FREQ_KEYFRAME | |
| REMOVE_FREQ_ALL | |
| REMOVE_FREQ_NONKEYFRAME | |
Definition at line 28 of file remove_extradata_bsf.c.
|
static |
Definition at line 42 of file remove_extradata_bsf.c.
|
static |
Definition at line 65 of file remove_extradata_bsf.c.
|
static |
Definition at line 85 of file remove_extradata_bsf.c.
|
static |
Definition at line 95 of file remove_extradata_bsf.c.
|
static |
Definition at line 104 of file remove_extradata_bsf.c.
| const AVBitStreamFilter ff_remove_extradata_bsf |
Definition at line 111 of file remove_extradata_bsf.c.
1.8.17