Ticket #60: dvbtypes.patch

File dvbtypes.patch, 357 bytes (added by John Pullan <john.pullan@…>, 18 years ago)

Flips the output values over for the inversion field.

  • dvbtypes.cpp

     
    4848
    4949char* DVBInversion::stringLookup[] =
    5050{
    51     "1", // INVERSION_OFF,
    52     "0", // INVERSION_ON,
     51    "0", // INVERSION_OFF,
     52    "1", // INVERSION_ON,
    5353    "a"  //INVERSION_AUTO
    5454};
    5555