📄 nalu.h
字号:
/*!
***************************************************************************
* \file
* nalu.h
*
* \brief
*
*
*
* \date
* 01. Apr 2005
***************************************************************************
*/
#ifndef _NALU_H_
#define _NALU_H_
#define NALU_TYPE_P_HEADER 1//WJP FOR NALU_TYPE
#define NALU_TYPE_IDR 2
#define NALU_TYPE_SLICE 3//WJP FOR NALU_TYPE
#define NALU_TYPE_SPS 4
#define NALU_TYPE_PPS 5
#define NALU_TYPE_SEI 6
#define NALU_TYPE_RAPI 7
#define NAL_REF_IDC_SPS 3
#define NAL_REF_IDC_PPS 2
#define NAL_REF_IDC_REF 1
#define NAL_REF_IDC_NONREF 0
NALU_t *AllocNALU();
void FreeNALU(NALU_t *n);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -