G729、h263、h264、MPEG4四种最流行的音频和视频标准的压缩和解压算法的源代码.rar

源代码在线查看: header.h

软件大小: 1357 K
上传用户: jellylihui
关键词: MPEG4 G729 h263 h264
下载地址: 免注册下载 普通下载 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 decode_poc(struct img_par *img);
				int  dumppoc   (struct img_par *img);
				
				#endif
				
							

相关资源