mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-12-27 07:21:07 +01:00
Support for mpv user shaders with libplacebo
This commit is contained in:
@@ -397,8 +397,11 @@ void cOglFont::Cleanup(void)
|
||||
delete fonts;
|
||||
|
||||
fonts = 0;
|
||||
if (FT_Done_FreeType(ftLib))
|
||||
esyslog("failed to deinitialize FreeType library!");
|
||||
if (ftLib) {
|
||||
if (FT_Done_FreeType(ftLib))
|
||||
esyslog("failed to deinitialize FreeType library!");
|
||||
}
|
||||
ftLib = 0;
|
||||
}
|
||||
|
||||
cOglGlyph *cOglFont::Glyph(FT_ULong charCode) const
|
||||
|
||||
Reference in New Issue
Block a user