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

Audio

开发平台:

Visual C++

  1. /*!
  2.  **************************************************************************************
  3.  * file
  4.  *    nalu.h
  5.  * brief
  6.  *    Common NALU support functions
  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. int RBSPtoNALU (unsigned char *rbsp, NALU_t *nalu, int rbsp_size, int nal_unit_type, int nal_reference_idc,
  18.                 int min_num_bytes, int UseAnnexbLongStartcode);
  19. int (*WriteNALU)(NALU_t *n);     //! Hides the write function in Annex B or RTP
  20. #endif