FFmpeg
|
#include <string.h>
#include "avcodec.h"
#include "bsf.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
struct | DumpExtradataContext |
Macros | |
#define | OFFSET(x) offsetof(DumpExtradataContext, x) |
#define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Enumerations | |
enum | DumpFreq { DUMP_FREQ_KEYFRAME, DUMP_FREQ_ALL } |
Functions | |
static int | dump_extradata (AVBSFContext *ctx, AVPacket *out) |
Variables | |
static const AVOption | options [] |
static const AVClass | dump_extradata_class |
const AVBitStreamFilter | ff_dump_extradata_bsf |
#define OFFSET | ( | x | ) | offsetof(DumpExtradataContext, x) |
Definition at line 80 of file dump_extradata_bsf.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 81 of file dump_extradata_bsf.c.
enum DumpFreq |
Enumerator | |
---|---|
DUMP_FREQ_KEYFRAME | |
DUMP_FREQ_ALL |
Definition at line 30 of file dump_extradata_bsf.c.
|
static |
Definition at line 40 of file dump_extradata_bsf.c.
|
static |
Definition at line 82 of file dump_extradata_bsf.c.
|
static |
Definition at line 92 of file dump_extradata_bsf.c.
const AVBitStreamFilter ff_dump_extradata_bsf |
Definition at line 99 of file dump_extradata_bsf.c.