mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
eitd: move freesatHuffmanDecode to SIutils
This commit is contained in:
@@ -44,7 +44,11 @@
|
||||
// Alles neu macht der Mai.
|
||||
//
|
||||
//
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
#define ENABLE_FREESATEPG //FIXME
|
||||
|
||||
time_t changeUTCtoCtime(const unsigned char *buffer, int local_time=1);
|
||||
time_t parseDVBtime(uint16_t mjd, uint32_t bcd);
|
||||
@@ -57,4 +61,8 @@ int saveStringToXMLfile(FILE *out, const char *string, int withControlCodes=0);
|
||||
// Entfernt die ControlCodes aus dem String (-> String wird evtl. kuerzer)
|
||||
void removeControlCodes(char *string);
|
||||
|
||||
#ifdef ENABLE_FREESATEPG
|
||||
std::string freesatHuffmanDecode(std::string input);
|
||||
#endif
|
||||
|
||||
#endif // SIUTILS_HPP
|
||||
|
Reference in New Issue
Block a user