annexb.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- **************************************************************************************
- * file
- * annexb.h
- * brief
- * Byte stream operations support
- *
- * 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);
- #endif //_ANNEXB_H_