annexb.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  **************************************************************************************
  3.  * file
  4.  *    annexb.h
  5.  * brief
  6.  *    Byte stream operations support
  7.  *
  8.  *  date 7 December 2002
  9.  * author
  10.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  11.  *      - Stephan Wenger        <stewe@cs.tu-berlin.de>
  12.  ***************************************************************************************
  13.  */
  14. #ifndef _ANNEXB_H_
  15. #define _ANNEXB_H_
  16. #include "nalucommon.h"
  17. int WriteAnnexbNALU (NALU_t *n);
  18. void CloseAnnexbFile();
  19. void OpenAnnexbFile (char *Filename);
  20. #endif //_ANNEXB_H_