#ifndef VIDIOINIT_HEADER #define VIDIOINIT_HEADER 1 ////////////////////////////////////////////////// //! rcsid="$Id: VidIO.hh,v 1.8 2000/12/13 15:37:27 ees1cg Exp $" //! file="amma/Image/VidIO/VidIO.hh" //! lib=VidIO //! userlevel=Normal //! example=exImgSeq.cc //! docentry="Image.Image IO" //! author="Charles Galambos" //! date="13/05/99" extern void InitVidIO(); // This calls all the following functions. extern void InitCifFormat(); // Cif file formats extern void InitYUVFormat(); // Abakes yuv formats. extern void InitRGBFormat(); // raw rgb formats. extern void InitRawIOFormat(); // raw image formats. extern void InitSYUVFormat(); // Abekas Sequence in a single file extern void InitImgIOComposites(); // Composite image streams. #endif