osd resolution: Use COsdHelpers::changeOsdResolution() to adjust...

...OSD resolution after switching video format
This commit is contained in:
M. Liebmann
2017-02-28 15:02:09 +01:00
parent 3bf32265c1
commit ff11dd44ab
8 changed files with 56 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ enum CS_LOG_MODULE {
// Initialization
void cs_api_init(void);
void cs_api_exit(void);
void cs_new_auto_videosystem();
// Memory helpers
void *cs_malloc_uncached(size_t size);