nalu.h
来自「G729、h263、h264、MPEG4四种最流行的音频和视频标准的压缩和解压算」· C头文件 代码 · 共 29 行
H
29 行
/*!
**************************************************************************************
* \file
* parset.h
* \brief
* Picture and Sequence Parameter Sets, encoder operations
* This code reflects JVT version xxx
* \date 25 November 2002
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Stephan Wenger <stewe@cs.tu-berlin.de>
***************************************************************************************
*/
#ifndef _NALU_H_
#define _NALU_H_
#include <stdio.h>
#include "nalucommon.h"
extern FILE *bits;
int GetAnnexbNALU (NALU_t *nalu);
int NALUtoRBSP (NALU_t *nalu);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?