TUT HEVC Encoder
Macros | Variables
sei.h File Reference

Supplemental Enhancement Information (SEI) More...

#include "global.h"
Include dependency graph for sei.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SEI_PAYLOAD_TYPE_PIC_TIMING   1
 
#define SEI_PAYLOAD_TYPE_USER_DATA_UNREGISTERED   5
 
#define SEI_PAYLOAD_TYPE_DECODED_PICTURE_HASH   132
 
#define FF_BYTE   0xFF
 

Variables

static const uint8_t encoder_info_uuid [16]
 

Macro Definition Documentation

◆ FF_BYTE

#define FF_BYTE   0xFF

◆ SEI_PAYLOAD_TYPE_DECODED_PICTURE_HASH

#define SEI_PAYLOAD_TYPE_DECODED_PICTURE_HASH   132

◆ SEI_PAYLOAD_TYPE_PIC_TIMING

#define SEI_PAYLOAD_TYPE_PIC_TIMING   1

◆ SEI_PAYLOAD_TYPE_USER_DATA_UNREGISTERED

#define SEI_PAYLOAD_TYPE_USER_DATA_UNREGISTERED   5

Variable Documentation

◆ encoder_info_uuid

const uint8_t encoder_info_uuid[16]
static
Initial value:
= {
0x32, 0xfe, 0x46, 0x6c, 0x98, 0x41, 0x42, 0x69,
0xae, 0x35, 0x6a, 0x91, 0x54, 0x9e, 0xf3, 0xf1}