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

Audio

开发平台:

Visual C++

  1. /*!
  2.  **************************************************************************************
  3.  * file
  4.  *    parset.h
  5.  * brief
  6.  *    Picture and Sequence Parameter Sets, encoder operations
  7.  *
  8.  * date 25 November 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 _NALU_H_
  15. #define _NALU_H_
  16. #include "nalucommon.h"
  17. extern FILE *bits;
  18. //int GetAnnexbNALU (NALU_t *nalu);
  19. int read_next_nalu(FILE *bitstream, NALU_t *nalu);
  20. int NALUtoRBSP (NALU_t *nalu);
  21. #endif