explicit_gop.h
来自「H.264 codec source code」· C头文件 代码 · 共 26 行
H
26 行
/*!
*************************************************************************************
* \file explicit_gop.h
*
* \brief
* Functions for explicit gop and hierarchy support
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Alexis Michael Tourapis <alexismt@ieee.org>
*************************************************************************************
*/
#ifndef _EXPLICIT_GOP_H_
#define _EXPLICIT_GOP_H_
// GOP Hierarchy
void init_gop_structure(void);
void interpret_gop_structure(void);
void create_hierarchy(void);
void clear_gop_structure(void);
void encode_enhancement_layer(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?