|
FFmpeg
|
#include "libavutil/avstring.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "bsf.h"#include "cbs.h"#include "cbs_vp9.h"Go to the source code of this file.
Data Structures | |
| struct | VP9MetadataContext |
Macros | |
| #define | OFFSET(x) offsetof(VP9MetadataContext, x) |
| #define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Functions | |
| static int | vp9_metadata_filter (AVBSFContext *bsf, AVPacket *pkt) |
| static int | vp9_metadata_init (AVBSFContext *bsf) |
| static void | vp9_metadata_close (AVBSFContext *bsf) |
Variables | |
| static const AVOption | vp9_metadata_options [] |
| static const AVClass | vp9_metadata_class |
| static enum AVCodecID | vp9_metadata_codec_ids [] |
| const AVBitStreamFilter | ff_vp9_metadata_bsf |
| #define OFFSET | ( | x | ) | offsetof(VP9MetadataContext, x) |
Definition at line 107 of file vp9_metadata_bsf.c.
| #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 108 of file vp9_metadata_bsf.c.
|
static |
Definition at line 40 of file vp9_metadata_bsf.c.
|
static |
Definition at line 92 of file vp9_metadata_bsf.c.
|
static |
Definition at line 99 of file vp9_metadata_bsf.c.
|
static |
Definition at line 109 of file vp9_metadata_bsf.c.
|
static |
Definition at line 139 of file vp9_metadata_bsf.c.
|
static |
Definition at line 146 of file vp9_metadata_bsf.c.
| const AVBitStreamFilter ff_vp9_metadata_bsf |
Definition at line 150 of file vp9_metadata_bsf.c.
1.8.17