#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_vp9.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ vp9_metadata_update_fragment()
◆ vp9_metadata_init()
◆ vp9_metadata_type
◆ vp9_metadata_options
Initial value:= {
{ "color_space", "Set colour space (section 7.2.2)",
{ "color_range", "Set colour range (section 7.2.2)",
{ .i64 = -1 }, -1, 1,
FLAGS,
"cr" },
{ .i64 = 0 }, .flags =
FLAGS, .unit =
"cr" },
{ .i64 = 1 }, .flags =
FLAGS, .unit =
"cr" },
}
Definition at line 97 of file vp9_metadata_bsf.c.
◆ vp9_metadata_class
Initial value:= {
.class_name = "vp9_metadata_bsf",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 127 of file vp9_metadata_bsf.c.
◆ vp9_metadata_codec_ids
◆ ff_vp9_metadata_bsf
Initial value:= {
.name = "vp9_metadata",
}
static enum AVCodecID codec_ids[]
static av_cold int init(AVCodecContext *avctx)
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
static av_always_inline void filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip)
Definition at line 138 of file vp9_metadata_bsf.c.