diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-05-15 01:51:54 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-05-15 01:51:54 +0200 |
commit | d202a909ef2601729f81e8f4720a3d384092652a (patch) | |
tree | d5d12c02989b1a06353587a5ec0a5739e3dfac83 /eepg.h | |
parent | 7c6b0d167cdccd79c51d69ce6c938f1128fe7cda (diff) | |
download | vdr-plugin-eepg-d202a909ef2601729f81e8f4720a3d384092652a.tar.gz vdr-plugin-eepg-d202a909ef2601729f81e8f4720a3d384092652a.tar.bz2 |
Changed loging so that in can be modified (decorated) in the future
Removed warnings
Refactored some code
fixed MHW1 so all summaries that are present are included
Diffstat (limited to 'eepg.h')
-rw-r--r-- | eepg.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define DEBUG false +//#define DEBUG false //#define DEBUG_STARTTIME false #define EEPG_FILE_EQUIV "eepg.equiv" @@ -60,6 +60,7 @@ typedef struct { unsigned char Unknown2;//FIXME unsigned char Unknown3;//FIXME unsigned char Rating; + unsigned short int TableId; } Title_t; typedef struct { |