H.264编码解码器源码(c语言).zip
源代码在线查看: header.h
/*!
*************************************************************************************
* \file header.h
*
* \brief
* Prototypes for header.c
*************************************************************************************
*/
#ifndef _HEADER_H_
#define _HEADER_H_
int FirstPartOfSliceHeader();
int RestOfSliceHeader();
void dec_ref_pic_marking(Bitstream *currStream);
void decoding_poc(struct img_par *img);
void post_poc(struct img_par *img);
int dumppoc(struct img_par *img);
#endif