Initialization routine for FFMPEG. More...
Go to the source code of this file.
Functions | |
void | vidl_ffmpeg_init () |
Initialize the ffmpeg codecs. |
Initialization routine for FFMPEG.
Modifications Matt Leotta 21 Dec 2005 Adapted from codec by Amitha Perera
Definition in file vidl_ffmpeg_init.h.
void vidl_ffmpeg_init | ( | ) |
Initialize the ffmpeg codecs.
This will be called by the vidl_ffmpeg streams, so you shouldn't need to worry about it. This function can be called multiple times, but the real ffmpeg initialization routine will run only once.
Definition at line 26 of file vidl_ffmpeg_init.cxx.