annexb.h
来自「JM 11.0 KTA 2.1 Source Code」· C头文件 代码 · 共 31 行
H
31 行
/*!
**************************************************************************************
* \file
* annexb.h
* \brief
* Byte stream operations support
* This code reflects JVT version xxx
* \date 7 December 2002
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Stephan Wenger <stewe@cs.tu-berlin.de>
***************************************************************************************
*/
#ifndef _ANNEXB_H_
#define _ANNEXB_H_
#include "nalucommon.h"
int WriteAnnexbNALU (NALU_t *n);
void CloseAnnexbFile();
void OpenAnnexbFile (char *Filename);
#ifdef USE_POST_FILTER
void OpenAnnexbFileRead(char *Filename);
void CloseAnnexbFileRead(void);
void CopyFromAnnexbFile(long ByteCt,long ByteOffset);
void CopyAllFromAnnexbFile(long ByteOffset);
#endif
#endif //_ANNEXB_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?