diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-02 20:06:49 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-02 20:06:49 +0200 |
commit | 45aa02d117af1e6f0b5584de8b06827c4b5fd301 (patch) | |
tree | bfdeaad46d13e69ce85379388e30cfd6fa792b28 /eepg.h | |
parent | e228e74a720c8f0b7e48c0909a2a29ddc7620252 (diff) | |
download | vdr-plugin-eepg-45aa02d117af1e6f0b5584de8b06827c4b5fd301.tar.gz vdr-plugin-eepg-45aa02d117af1e6f0b5584de8b06827c4b5fd301.tar.bz2 |
enable EIT scan in eepg
Diffstat (limited to 'eepg.h')
-rw-r--r-- | eepg.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -30,14 +30,15 @@ enum EFormat { PREMIERE , FREEVIEW , DISH_BEV , + EIT , //the highest number of EPG-formats that is supported by this plugin - HIGHEST_FORMAT = DISH_BEV + 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 -const char *FormatName[]= {"MediaHighWay 1","MediaHighWay 2","Sky Italy","Sky UK","NagraGuide","Premiere","FreeView","Dish/Bev"}; +const char *FormatName[]= {"MediaHighWay 1","MediaHighWay 2","Sky Italy","Sky UK","NagraGuide","Premiere","FreeView","Dish/Bev","EIT"}; struct sNode { |