diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-29 12:54:47 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-29 12:54:47 +0200 |
commit | e593a990f708d73ca5c1ad7636e39662722bcf05 (patch) | |
tree | 411500a6c33d56932b5478d875d63e27a63b9fb2 /eepg.h | |
parent | 726d99a3ed5c12242e0e3c6416b3175c18dbedfd (diff) | |
parent | b4da1b8b6dfec941cb97cc14c7fc14040a7695ff (diff) | |
download | vdr-plugin-eepg-e593a990f708d73ca5c1ad7636e39662722bcf05.tar.gz vdr-plugin-eepg-e593a990f708d73ca5c1ad7636e39662722bcf05.tar.bz2 |
Merge branch 'test-naepg2' into eit_test
use Tid to resolve conflicts with VDR
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 { |