SIutils.cpp: add local_time arg for parseDVBtime

This commit is contained in:
[CST] Focus
2012-03-02 19:03:39 +04:00
parent b5113a173d
commit 31f3dbcebf
2 changed files with 3 additions and 61 deletions

View File

@@ -31,7 +31,7 @@
//#define ENABLE_FREESATEPG //FIXME
time_t changeUTCtoCtime(const unsigned char *buffer, int local_time=1);
time_t parseDVBtime(uint16_t mjd, uint32_t bcd);
time_t parseDVBtime(uint16_t mjd, uint32_t bcd, bool local_time = true);
// returns the descriptor type as readable text
const char *decode_descr (unsigned char tag_value);