the newest JM software by h.264 JVT official reference model.

源代码在线查看: filehandle.h

软件大小: 2187 K
上传用户: arnoldzhw
关键词: reference software official newest
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				/*!
				 ***************************************************************************
				 *
				 * \file filehandle.h
				 *
				 * \brief
				 *
				 * \date
				 *
				 * \author
				 *    Main contributors (see contributors.h for copyright, address and affiliation details)
				 *
				 **************************************************************************/
				
				#ifndef _FILEHANDLE_H_
				#define _FILEHANDLE_H_
				
				int  rewrite_paramsets(void);
				int  start_sequence(void);
				int  terminate_sequence(void);
				int  write_PPS(int, int);
				
				
				#endif
							

相关资源