Defines | Functions
core/vidl/vidl_ffmpeg_init.cxx File Reference
#include "vidl_ffmpeg_init.h"
#include <vidl/vidl_config.h>
#include <ffmpeg/avformat.h>

Go to the source code of this file.

Defines

#define __STDC_CONSTANT_MACROS

Functions

void vidl_ffmpeg_init ()
 Initialize the ffmpeg codecs.

Detailed Description

Author:
Matt Leotta
Date:
21 Dec 2005

some versions of FFMPEG require this definition before including the headers for C++ compatibility

Definition in file vidl_ffmpeg_init.cxx.


Define Documentation

#define __STDC_CONSTANT_MACROS

Definition at line 12 of file vidl_ffmpeg_init.cxx.


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.