Aspect fix for SD and more mutex for OSD

This commit is contained in:
jojo61
2018-09-25 16:29:03 +02:00
parent cca1022528
commit 580ab6dc42
5 changed files with 96 additions and 79 deletions

View File

@@ -44,8 +44,11 @@ extern "C"
#include "audio.h"
#include "video.h"
#include "codec.h"
}
extern "C" pthread_mutex_t OSDMutex;
struct sOglImage {
GLuint texture;
GLint width;