eitd: move freesatHuffmanDecode to SIutils

Origin commit data
------------------
Branch: ni/coolstream
Commit: 018c1c868a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-09 (Thu, 09 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-09 16:27:23 +04:00
parent e50494a908
commit 18a9946bd8
6 changed files with 142 additions and 16 deletions

View File

@@ -95,6 +95,7 @@ struct descr_linkage_header {
} __attribute__ ((packed)) ;
#endif
#if 0
struct descr_pdc_header {
unsigned descriptor_tag : 8;
unsigned descriptor_length : 8;
@@ -102,6 +103,7 @@ struct descr_pdc_header {
unsigned pil1 : 8;
unsigned pil2 : 8;
} __attribute__ ((packed)) ;
#endif
class SIlinkage {
public:
@@ -393,7 +395,6 @@ class SIevent
std::string getText() const;
void setText(const std::string &lang, const std::string &text);
// Aus dem Extended Descriptor
std::string getExtendedText() const;
void appendExtendedText(const std::string &lang, const std::string &text);