Vuo  2.3.2
Macros | Functions
VuoFfmpegDecoder.cc File Reference

Description

VuoFfmpegDecoder implementation.

Definition in file VuoFfmpegDecoder.cc.

Go to the source code of this file.

Macros

#define AUDIO_DIFF_AVG_NB   20
 Used in calculating audio offset. More...
 

Functions

void VuoFFmpeg_log (void *avcl, int level, const char *format, va_list args)
 Sends FFmpeg log messages through Vuo's logging system. More...
 

Macro Definition Documentation

◆ AUDIO_DIFF_AVG_NB

#define AUDIO_DIFF_AVG_NB   20

Used in calculating audio offset.

Definition at line 38 of file VuoFfmpegDecoder.cc.

Function Documentation

◆ VuoFFmpeg_log()

void VuoFFmpeg_log ( void *  avcl,
int  level,
const char *  format,
va_list  args 
)

Sends FFmpeg log messages through Vuo's logging system.

Definition at line 43 of file VuoFfmpegDecoder.cc.