mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 17:33:37 +02:00
SIutils.cpp: add local_time arg for parseDVBtime
Origin commit data
------------------
Commit: 31f3dbcebf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-02 (Fri, 02 Mar 2012)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user