mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 23:47:57 +02:00
- LG: added distinction between analog cable and analog antenna channels for legacy binary files (xxMODEL00001.TLL)
- fixed lots of unit tests for LG legacy formats
This commit is contained in:
@@ -30,16 +30,22 @@ struct TLL_HotelSettings
|
||||
|
||||
enum TLL_SignalSource : byte
|
||||
{
|
||||
Analog_T = 0,
|
||||
DVB_T = 1,
|
||||
Analog = 2,
|
||||
Analog_C = 2,
|
||||
DVB_C = 3,
|
||||
DVB_S = 7
|
||||
};
|
||||
|
||||
enum LH_SignalSource : byte
|
||||
{
|
||||
Antenna = 2,
|
||||
Cable = 3
|
||||
//Antenna = 2,
|
||||
//Cable = 3
|
||||
Analog_T = 0,
|
||||
DVB_T = 1,
|
||||
Analog_C = 2,
|
||||
DVB_C = 3,
|
||||
DVB_S = 7
|
||||
};
|
||||
|
||||
enum TLL_EditFlags : byte
|
||||
|
||||
Reference in New Issue
Block a user