FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | HEVCSEIPictureHash |
struct | HEVCSEIFramePacking |
struct | HEVCSEIDisplayOrientation |
struct | HEVCSEIPictureTiming |
struct | HEVCSEIA53Caption |
struct | HEVCSEIMasteringDisplay |
struct | HEVCSEIContentLight |
struct | HEVCSEIAlternativeTransfer |
struct | HEVCSEI |
Functions | |
int | ff_hevc_decode_nal_sei (GetBitContext *gb, void *logctx, HEVCSEI *s, const struct HEVCParamSets *ps, int type) |
void | ff_hevc_reset_sei (HEVCSEI *s) |
Reset SEI values that are stored on the Context. More... | |
enum HEVC_SEI_Type |
SEI message types.
Definition at line 31 of file hevc_sei.h.
int ff_hevc_decode_nal_sei | ( | GetBitContext * | gb, |
void * | logctx, | ||
HEVCSEI * | s, | ||
const struct HEVCParamSets * | ps, | ||
int | type | ||
) |
Reset SEI values that are stored on the Context.
e.g. Caption data that was extracted during NAL parsing.
s | HEVCContext. |
Definition at line 364 of file hevc_sei.c.
Referenced by hevc_init_context(), hevc_parser_close(), and parse_nal_units().