diff options
author | louis <louis.braun@gmx.de> | 2014-10-20 17:35:52 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-20 17:35:52 +0200 |
commit | 2c17177f2faa9e03d29fad3e0e4d9b0a827ca401 (patch) | |
tree | 1d47610c1ffc227251dabc5ef5958902f5ca86d4 /libcore/helpers.h | |
parent | 49c6ef552c7964bd60d19380605c14ec21c36e7e (diff) | |
download | vdr-plugin-skindesigner-2c17177f2faa9e03d29fad3e0e4d9b0a827ca401.tar.gz vdr-plugin-skindesigner-2c17177f2faa9e03d29fad3e0e4d9b0a827ca401.tar.bz2 |
added extented recording information
Diffstat (limited to 'libcore/helpers.h')
-rw-r--r-- | libcore/helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcore/helpers.h b/libcore/helpers.h index 884738d..f489555 100644 --- a/libcore/helpers.h +++ b/libcore/helpers.h @@ -37,4 +37,8 @@ public: void Report(const char* message); void Stop(const char* message); }; + +string GetScreenResolutionString(int width, int height, bool *isHD); +string GetScreenAspectString(double aspect, bool *isWideScreen); + #endif // __HELPERS_H |