#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "cbs.h"
#include "cbs_h265.h"
#include "hevc.h"
Go to the source code of this file.
#define SET_OR_INFER |
( |
|
field, |
|
|
|
value, |
|
|
|
present_flag, |
|
|
|
infer |
|
) |
| |
Value:
need_vui = 1; \
} else if (!present_flag) \
} while (0)
#define infer(name, value)
GLsizei GLboolean const GLfloat * value
Referenced by h265_metadata_update_sps().
#define CROP |
( |
|
border, |
|
|
|
unit |
|
) |
| |
Value:
if (
ctx->crop_ ## border >= 0) {
\
if (
ctx->crop_ ## border % unit != 0) {
\
"must be a multiple of %d.\n", #border, unit);
\
sps->conf_win_ ## border ## _offset =
\
ctx->crop_ ## border / unit;
\
sps->conformance_window_flag = 1; \
} \
} while (0)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static int FUNC() sps(CodedBitstreamContext *ctx, RWContext *rw, H264RawSPS *current)
Referenced by h265_metadata_update_sps().
Initial value:= {
.class_name = "h265_metadata_bsf",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 445 of file h265_metadata_bsf.c.
Initial value:= {
.name = "hevc_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 456 of file h265_metadata_bsf.c.