#include "libavutil/avstring.h"
#include "libavutil/display.h"
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h264.h"
#include "cbs_sei.h"
#include "h264.h"
#include "h264_levels.h"
#include "h2645data.h"
#include "sei.h"
Go to the source code of this file.
◆ SET_VUI_FIELD
#define SET_VUI_FIELD |
( |
|
field | ) |
|
Value: do { \
sps->vui.field =
ctx->field; \
need_vui = 1; \
} \
} while (0)
◆ CROP
#define CROP |
( |
|
border, |
|
|
|
unit |
|
) |
| |
Value: do { \
if (
ctx->crop_ ## border >= 0) { \
if (
ctx->crop_ ## border % unit != 0) { \
"must be a multiple of %d.\n", #border, unit); \
} \
sps->frame_crop_ ## border ## _offset = \
ctx->crop_ ## border / unit; \
sps->frame_cropping_flag = 1; \
} \
} while (0)
◆ OFFSET
◆ FLAGS
◆ LEVEL
◆ anonymous enum
Enumerator |
---|
FLIP_HORIZONTAL | |
FLIP_VERTICAL | |
Definition at line 36 of file h264_metadata.c.
◆ anonymous enum
◆ h264_metadata_insert_aud()
◆ h264_metadata_update_sps()
◆ h264_metadata_handle_display_orientation()
◆ h264_metadata_update_fragment()
◆ h264_metadata_init()
◆ h264_metadata_type
◆ h264_metadata_options
◆ h264_metadata_class
Initial value:= {
.class_name = "h264_metadata_bsf",
}
Definition at line 705 of file h264_metadata.c.
◆ h264_metadata_codec_ids
◆ ff_h264_metadata_bsf
Initial value:= {
.p.name = "h264_metadata",
}
Definition at line 716 of file h264_metadata.c.