FFmpeg
|
#include <stdint.h>
#include "libavutil/buffer.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/h2645_sei.h"
#include "libavcodec/sei.h"
#include "hevc.h"
Go to the source code of this file.
Data Structures | |
struct | HEVCSEIPictureHash |
struct | HEVCSEIFramePacking |
struct | HEVCSEIPictureTiming |
struct | HEVCSEIAlternativeTransfer |
struct | HEVCSEITimeCode |
struct | HEVCSEITDRDI |
struct | HEVCSEI |
Enumerations | |
enum | HEVC_SEI_PicStructType { HEVC_SEI_PIC_STRUCT_FRAME_DOUBLING = 7, HEVC_SEI_PIC_STRUCT_FRAME_TRIPLING = 8 } |
Functions | |
int | ff_hevc_decode_nal_sei (GetBitContext *gb, void *logctx, HEVCSEI *s, const struct HEVCParamSets *ps, enum HEVCNALUnitType type) |
static int | ff_hevc_sei_ctx_replace (HEVCSEI *dst, const HEVCSEI *src) |
static void | ff_hevc_reset_sei (HEVCSEI *sei) |
Reset SEI values that are stored on the Context. More... | |
int ff_hevc_decode_nal_sei | ( | GetBitContext * | gb, |
void * | logctx, | ||
HEVCSEI * | s, | ||
const struct HEVCParamSets * | ps, | ||
enum HEVCNALUnitType | type | ||
) |
|
inlinestatic |
Reset SEI values that are stored on the Context.
e.g. Caption data that was extracted during NAL parsing.
sei | HEVCSEI. |
Definition at line 124 of file sei.h.
Referenced by hevc_decode_flush(), hevc_decode_free(), hevc_init_context(), hevc_parser_close(), and parse_nal_units().