Functions
core/vidl/vidl_ffmpeg_init.h File Reference

Initialization routine for FFMPEG. More...

Go to the source code of this file.

Functions

void vidl_ffmpeg_init ()
 Initialize the ffmpeg codecs.

Detailed Description

Initialization routine for FFMPEG.

Author:
Matt Leotta
Date:
21 Dec 2005
    Modifications
      Matt Leotta   21 Dec 2005   Adapted from codec by Amitha Perera
   

Definition in file vidl_ffmpeg_init.h.


Function Documentation

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.