nalu.h
Upload User: hjq518
Upload Date: 2021-12-09
Package Size: 5084k
Code Size: 1k
Category:

Audio program

Development Platform:

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