annexb.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- *************************************************************************************
- * file annexb.h
- *
- * brief
- * Annex B byte stream buffer handling.
- *
- *************************************************************************************
- */
- #ifndef _ANNEXB_H_
- #define _ANNEXB_H_
- #include "nalucommon.h"
- extern int IsFirstByteStreamNALU;
- extern int LastAccessUnitExists;
- extern int NALUCount;
- int GetAnnexbNALU (FILE *bitstream, NALU_t *nalu);
- void OpenBitstreamFile (char *fn);
- void CloseBitstreamFile(void);
- void CheckZeroByteNonVCL(NALU_t *nalu);
- void CheckZeroByteVCL(NALU_t *nalu);
- #endif