Go to the source code of this file.
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 113 of file vp9_metadata_bsf.c.
Initial value:= {
.class_name = "vp9_metadata_bsf",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 143 of file vp9_metadata_bsf.c.
Initial value:= {
.name = "vp9_metadata",
}
static av_cold int init(AVCodecContext *avctx)
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
static enum AVCodecID codec_ids[]
Definition at line 154 of file vp9_metadata_bsf.c.