www.pudn.com > avs-m3.rar > annexb.h
/*! *************************************************************************** * \file * bitstream.h * * \brief * header of bitstream handle function and NALU * * \date * 01. Apr 2005 *************************************************************************** */ #ifndef _ANNEXB_H_ #define _ANNEXB_H_ #include "nalu.h"//WJP FOR NAL int GetOneUnit (NALU_t *nalu, int *next_nalu_type);//WJP FOR NAL #endif