00001 /*! 00002 ************************************************************************************** 00003 * \file 00004 * annexb.h 00005 * \brief 00006 * Byte stream operations support 00007 * 00008 * \date 7 December 2002 00009 * \author 00010 * Main contributors (see contributors.h for copyright, address and affiliation details) 00011 * - Stephan Wenger <stewe@cs.tu-berlin.de> 00012 *************************************************************************************** 00013 */ 00014 00015 #ifndef _ANNEXB_H_ 00016 #define _ANNEXB_H_ 00017 00018 #include "nalucommon.h" 00019 00020 extern int WriteAnnexbNALU (ImageParameters *p_Img, NALU_t *n); 00021 extern void OpenAnnexbFile (ImageParameters *p_Img, char *fn); 00022 extern void CloseAnnexbFile(ImageParameters *p_Img); 00023 00024 00025 #endif //_ANNEXB_H_