H.264编码解码器源码(c语言).zip

源代码在线查看: header.h

软件大小: 537 K
上传用户: stone825
关键词: 264 zip 编码解码器 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				/*!
				 *************************************************************************************
				 * \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
				
							

相关资源