FFmpeg
|
#include <string.h>
#include "bsf.h"
#include "bsf_internal.h"
#include "libavutil/log.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 FFBitStreamFilter | ff_dump_extradata_bsf |
#define OFFSET | ( | x | ) | offsetof(DumpExtradataContext, x) |
Definition at line 82 of file dump_extradata.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 83 of file dump_extradata.c.
enum DumpFreq |
Enumerator | |
---|---|
DUMP_FREQ_KEYFRAME | |
DUMP_FREQ_ALL |
Definition at line 29 of file dump_extradata.c.
|
static |
Definition at line 40 of file dump_extradata.c.
|
static |
Definition at line 84 of file dump_extradata.c.
|
static |
Definition at line 94 of file dump_extradata.c.
const FFBitStreamFilter ff_dump_extradata_bsf |
Definition at line 101 of file dump_extradata.c.