mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo in libsi/si.h
This commit is contained in:
parent
36e22ad6e2
commit
d9401eb27b
@ -940,3 +940,6 @@ Thomas Bergwinkl <Thomas.Bergwinkl@t-online.de>
|
||||
with value 0
|
||||
for pointing out that transponder handling didn't work with satellites that provide
|
||||
two transponders on the same frequency, with different polarization
|
||||
|
||||
Stéphane Esté-Gracias <sestegra@free.fr>
|
||||
for fixing a typo in libsi/si.h
|
||||
|
3
HISTORY
3
HISTORY
@ -2652,7 +2652,7 @@ Video Disk Recorder Revision History
|
||||
actual CAM type as reported by the CAM. The 'ca.conf' file has been stripped
|
||||
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 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
|
||||
channel, the present or following events, or events at a given time (thanks to
|
||||
Thomas Heiligenmann).
|
||||
- Fixed a typo in libsi/si.h (thanks to Stéphane Esté-Gracias).
|
||||
|
@ -6,7 +6,7 @@
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (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,
|
||||
//range from 0x60 to 0x6F
|
||||
TableIdEIT_schedule_Other_first = 0x60,
|
||||
TableIdEIT_schedule_Other_fast = 0x6F,
|
||||
TableIdEIT_schedule_Other_last = 0x6F,
|
||||
TableIdTDT = 0x70, //time date section
|
||||
TableIdRST = 0x71, //running status section
|
||||
TableIdST = 0x72, //stuffing section
|
||||
|
Loading…
Reference in New Issue
Block a user