Fixed a typo in libsi/si.h

This commit is contained in:
Klaus Schmidinger 2004-02-24 10:09:30 +01:00
parent 36e22ad6e2
commit d9401eb27b
3 changed files with 7 additions and 3 deletions

View File

@ -940,3 +940,6 @@ Thomas Bergwinkl <Thomas.Bergwinkl@t-online.de>
with value 0 with value 0
for pointing out that transponder handling didn't work with satellites that provide for pointing out that transponder handling didn't work with satellites that provide
two transponders on the same frequency, with different polarization two transponders on the same frequency, with different polarization
Stéphane Esté-Gracias <sestegra@free.fr>
for fixing a typo in libsi/si.h

View File

@ -2652,7 +2652,7 @@ Video Disk Recorder Revision History
actual CAM type as reported by the CAM. The 'ca.conf' file has been stripped actual CAM type as reported by the CAM. The 'ca.conf' file has been stripped
down to the values 0..4. down to the values 0..4.
2004-02-22: Version 1.3.5 2004-02-23: Version 1.3.5
- Fixed reading the EPG preferred language parameter from 'setup.conf'. - Fixed reading the EPG preferred language parameter from 'setup.conf'.
- Fixed switching to a visible programme in case the current channel has neither - Fixed switching to a visible programme in case the current channel has neither
@ -2699,3 +2699,4 @@ Video Disk Recorder Revision History
- Extended the SVDRP command LSTE to allow limiting the listed data to a given - Extended the SVDRP command LSTE to allow limiting the listed data to a given
channel, the present or following events, or events at a given time (thanks to channel, the present or following events, or events at a given time (thanks to
Thomas Heiligenmann). Thomas Heiligenmann).
- Fixed a typo in libsi/si.h (thanks to Stéphane Esté-Gracias).

View File

@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * * (at your option) any later version. *
* * * *
* $Id: si.h 1.7 2004/02/20 13:47:09 kls Exp $ * $Id: si.h 1.8 2004/02/23 17:02:33 kls Exp $
* * * *
***************************************************************************/ ***************************************************************************/
@ -36,7 +36,7 @@ enum TableId { TableIdPAT = 0x00, //program association section
TableIdEIT_schedule_last = 0x5F, TableIdEIT_schedule_last = 0x5F,
//range from 0x60 to 0x6F //range from 0x60 to 0x6F
TableIdEIT_schedule_Other_first = 0x60, TableIdEIT_schedule_Other_first = 0x60,
TableIdEIT_schedule_Other_fast = 0x6F, TableIdEIT_schedule_Other_last = 0x6F,
TableIdTDT = 0x70, //time date section TableIdTDT = 0x70, //time date section
TableIdRST = 0x71, //running status section TableIdRST = 0x71, //running status section
TableIdST = 0x72, //stuffing section TableIdST = 0x72, //stuffing section