the newest JM software by h.264 JVT official reference model.
源代码在线查看: filehandle.h
/*!
***************************************************************************
*
* \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