diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-18 14:32:04 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-18 14:32:04 +0200 |
commit | 6810f79e1b5f78a0b3d2389714924738295a6497 (patch) | |
tree | 951670799a35d3bfa389e5f9f65ba46c3c582ec8 /eepg.h | |
parent | cee549473dacfa3e82cb13bd9bbe1c8f0e8c1a6a (diff) | |
download | vdr-plugin-eepg-6810f79e1b5f78a0b3d2389714924738295a6497.tar.gz vdr-plugin-eepg-6810f79e1b5f78a0b3d2389714924738295a6497.tar.bz2 |
fix compile
Diffstat (limited to 'eepg.h')
-rw-r--r-- | eepg.h | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -17,21 +17,6 @@ //#define NAGRA 6 //#define HIGHEST_FORMAT 6 -enum EFormat { -//First all batchmode, load ONCE protocols: - MHW1 = 0, - MHW2 , - SKY_IT , - SKY_UK , - NAGRA , -//Than all CONTinuous protocols, so they will be processed LAST: - PREMIERE , - FREEVIEW , - DISH_BEV , - EIT , -//the highest number of EPG-formats that is supported by this plugin - HIGHEST_FORMAT = EIT -} Format; #define NAGRA_TABLE_ID 0x55 //the lower the table Id, the more "current" it is; table_id 0x00 never gets overwritten, now/next are at 0x4e or 0x4f! #define DEFAULT_TABLE_ID 0x30 |