diff options
Diffstat (limited to 'p2pvr/scanner/dvb_info_tables.c')
-rw-r--r-- | p2pvr/scanner/dvb_info_tables.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/p2pvr/scanner/dvb_info_tables.c b/p2pvr/scanner/dvb_info_tables.c index d8257be..10a687a 100644 --- a/p2pvr/scanner/dvb_info_tables.c +++ b/p2pvr/scanner/dvb_info_tables.c @@ -282,31 +282,3 @@ const struct lookup_table description_table[] = { { {-1}, NULL } }; -const struct lookup_table aspect_table[] = { - { {0}, "4:3"}, // 4/3 - { {1}, "16:9"}, // 16/9 WITH PAN VECTORS - { {2}, "16:9"}, // 16/9 WITHOUT - { {3}, "2.21:1"}, // >16/9 or 2.21/1 XMLTV no likey - {{-1}, NULL } -}; - -const struct lookup_table audio_table[] = { - {{0x01}, "mono" }, //single mono - {{0x02}, "mono" }, //dual mono - stereo?? - {{0x03}, "stereo" }, - {{0x05}, "surround" }, - {{0x04}, "x-multilingual"}, // multilingual/channel - {{0x40}, "x-visuallyimpared"}, // visual impared sound - {{0x41}, "x-hardofhearing"}, // hard hearing sound - { {-1}, NULL } -}; - -const struct lookup_table crid_type_table[] = { - {{0x00}, "none" }, - {{0x01}, "item" }, - {{0x02}, "series" }, - {{0x03}, "recommendation" }, - {{0x31}, "item" }, // UK only? -- I can't find specs that use these - {{0x32}, "series" }, // UK only? - { {-1}, NULL } -}; |