00001 // This is core/vidl/vidl_ffmpeg_init.h 00002 #ifndef vidl_ffmpeg_init_h_ 00003 #define vidl_ffmpeg_init_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 //: 00008 // \file 00009 // \brief Initialization routine for FFMPEG 00010 // 00011 // \author Matt Leotta 00012 // \date 21 Dec 2005 00013 // 00014 // \verbatim 00015 // Modifications 00016 // Matt Leotta 21 Dec 2005 Adapted from codec by Amitha Perera 00017 // \endverbatim 00018 00019 //: Initialize the ffmpeg codecs. 00020 // 00021 // This will be called by the vidl_ffmpeg streams, so you 00022 // shouldn't need to worry about it. This function can be called 00023 // multiple times, but the real ffmpeg initialization 00024 // routine will run only once. 00025 void vidl_ffmpeg_init(); 00026 00027 #endif // vidl_ffmpeg_init_h_ 00028