DDraceNetwork Documentation
Loading...
Searching...
No Matches
video.cpp File Reference
#include "video.h"
#include <base/log.h>
#include <engine/graphics.h>
#include <engine/shared/config.h>
#include <engine/sound.h>
#include <engine/storage.h>
#include <libavutil/avutil.h>
#include <libavutil/opt.h>
#include <libswresample/swresample.h>
#include <libswscale/swscale.h>
#include <chrono>
#include <memory>
#include <mutex>
#include <thread>
Include dependency graph for video.cpp:

Functions

static LEVEL AvLevelToLogLevel (int Level)
 
static void AvLogCallback (void *pUser, int Level, const char *pFormat, va_list VarArgs)
 

Function Documentation

◆ AvLevelToLogLevel()

static LEVEL AvLevelToLogLevel ( int  Level)
static

◆ AvLogCallback()

static void AvLogCallback ( void pUser,
int  Level,
const char pFormat,
va_list  VarArgs 
)
static