FFmpeg
|
#include "get_bits.h"
Go to the source code of this file.
Data Structures | |
struct | H264SEITimeCode |
struct | H264SEIPictureTiming |
struct | H264SEIAFD |
struct | H264SEIA53Caption |
struct | H264SEIUnregistered |
struct | H264SEIRecoveryPoint |
struct | H264SEIBufferingPeriod |
struct | H264SEIFramePacking |
struct | H264SEIDisplayOrientation |
struct | H264SEIGreenMetaData |
struct | H264SEIAlternativeTransfer |
struct | H264SEIContext |
Functions | |
int | ff_h264_sei_decode (H264SEIContext *h, GetBitContext *gb, const struct H264ParamSets *ps, void *logctx) |
void | ff_h264_sei_uninit (H264SEIContext *h) |
Reset SEI values at the beginning of the frame. More... | |
const char * | ff_h264_sei_stereo_mode (const H264SEIFramePacking *h) |
Get stereo_mode string from the h264 frame_packing_arrangement. More... | |
enum H264_SEI_Type |
SEI message types.
Definition at line 27 of file h264_sei.h.
pic_struct in picture timing SEI message
Definition at line 45 of file h264_sei.h.
enum H264_SEI_FpaType |
frame_packing_arrangement types
Definition at line 60 of file h264_sei.h.
int ff_h264_sei_decode | ( | H264SEIContext * | h, |
GetBitContext * | gb, | ||
const struct H264ParamSets * | ps, | ||
void * | logctx | ||
) |
void ff_h264_sei_uninit | ( | H264SEIContext * | h | ) |
Reset SEI values at the beginning of the frame.
Definition at line 41 of file h264_sei.c.
Referenced by decode_nal_units(), flush_dpb(), h264_close(), h264_decode_end(), h264_init_context(), and parse_nal_units().
const char* ff_h264_sei_stereo_mode | ( | const H264SEIFramePacking * | h | ) |
Get stereo_mode string from the h264 frame_packing_arrangement.
Definition at line 479 of file h264_sei.c.
Referenced by output_frame().