FFmpeg
|
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h266.h"
#include "vvc.h"
Go to the source code of this file.
Data Structures | |
struct | H266MetadataContext |
Macros | |
#define | IS_H266_SLICE(nut) (nut <= VVC_RASL_NUT || (nut >= VVC_IDR_W_RADL && nut <= VVC_GDR_NUT)) |
#define | OFFSET(x) offsetof(H266MetadataContext, x) |
#define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Functions | |
static int | h266_metadata_update_fragment (AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *pu) |
static int | h266_metadata_init (AVBSFContext *bsf) |
Variables | |
static const CBSBSFType | h266_metadata_type |
static const AVOption | h266_metadata_options [] |
static const AVClass | h266_metadata_class |
static enum AVCodecID | h266_metadata_codec_ids [] |
const FFBitStreamFilter | ff_vvc_metadata_bsf |
#define IS_H266_SLICE | ( | nut | ) | (nut <= VVC_RASL_NUT || (nut >= VVC_IDR_W_RADL && nut <= VVC_GDR_NUT)) |
Definition at line 29 of file h266_metadata.c.
#define OFFSET | ( | x | ) | offsetof(H266MetadataContext, x) |
Definition at line 122 of file h266_metadata.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 123 of file h266_metadata.c.
|
static |
Definition at line 39 of file h266_metadata.c.
|
static |
Definition at line 117 of file h266_metadata.c.
|
static |
Definition at line 110 of file h266_metadata.c.
Referenced by h266_metadata_init().
|
static |
Definition at line 124 of file h266_metadata.c.
|
static |
Definition at line 131 of file h266_metadata.c.
|
static |
Definition at line 138 of file h266_metadata.c.
const FFBitStreamFilter ff_vvc_metadata_bsf |
Definition at line 142 of file h266_metadata.c.