00001 00002 /*! 00003 *************************************************************************** 00004 * 00005 * \file filehandle.h 00006 * 00007 * \brief 00008 * 00009 * \date 00010 * 00011 * \author 00012 * Main contributors (see contributors.h for copyright, address and affiliation details) 00013 * 00014 **************************************************************************/ 00015 00016 #ifndef _FILEHANDLE_H_ 00017 #define _FILEHANDLE_H_ 00018 00019 extern int rewrite_paramsets (ImageParameters *p_Img, InputParameters *p_Inp); 00020 extern int start_sequence (ImageParameters *p_Img, InputParameters *p_Inp); 00021 extern int terminate_sequence(ImageParameters *p_Img, InputParameters *p_Inp); 00022 extern int write_PPS (ImageParameters *p_Img, InputParameters *p_Inp, int len, int PPS_id); 00023 00024 00025 #endif