Lynkeos  1.2
Classes | Typedefs | Functions
ffmpeg_access.h File Reference
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
Include dependency graph for ffmpeg_access.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  FfmpegMovie

Typedefs

typedef struct FfmpegMovie FfmpegMovie

Functions

int ffmpegLoadMovie (char *movieName, FfmpegMovie *resultMovie)
int ffmpegConvertCurrentFrame (FfmpegMovie *movie)
int ffmpegNextFrame (FfmpegMovie *movie)
int ffmpegResetMovieToStart (FfmpegMovie *movie)
void ffmpegMovieBackToStart (FfmpegMovie *movie)
int ffmpegInit ()
int saveTIFFPictureToFile (char *fileName, char *buffer, unsigned int width, unsigned int height)
int ffmpegErrorOccured ()
char * ffmpegLastErrorOccured ()

Typedef Documentation

typedef struct FfmpegMovie FfmpegMovie

Function Documentation

int ffmpegInit ( )

References ffmpegSetLastErrorOccured().

Referenced by main().

int ffmpegLoadMovie ( char *  movieName,
FfmpegMovie resultMovie 
)
int ffmpegNextFrame ( FfmpegMovie movie)
int saveTIFFPictureToFile ( char *  fileName,
char *  buffer,
unsigned int  width,
unsigned int  height 
)