mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo in skins.h
This commit is contained in:
parent
b73c83e2a1
commit
a23a13873f
@ -2760,6 +2760,7 @@ Lars Hanisch <dvb@flensrocker.de>
|
|||||||
for a patch that was used to implement SCR (Satellite Channel Routing)
|
for a patch that was used to implement SCR (Satellite Channel Routing)
|
||||||
for implementing the SVDRP command 'UPDR'
|
for implementing the SVDRP command 'UPDR'
|
||||||
for reporting that the SVDRP command UPDR didn't update the global recordings list
|
for reporting that the SVDRP command UPDR didn't update the global recordings list
|
||||||
|
for fixing a typo in skins.h
|
||||||
|
|
||||||
Alex Lasnier <alex@fepg.org>
|
Alex Lasnier <alex@fepg.org>
|
||||||
for adding tuning support for ATSC devices
|
for adding tuning support for ATSC devices
|
||||||
|
3
HISTORY
3
HISTORY
@ -7339,7 +7339,7 @@ Video Disk Recorder Revision History
|
|||||||
- Modified editing marks are now written to disk whenever the replay progress display
|
- Modified editing marks are now written to disk whenever the replay progress display
|
||||||
gets hidden (thanks to Christoph Haubrich).
|
gets hidden (thanks to Christoph Haubrich).
|
||||||
|
|
||||||
2012-11-29: Version 1.7.33
|
2012-12-02: Version 1.7.33
|
||||||
|
|
||||||
- In order to be able to play TS recordings from other sources, in which there is
|
- In order to be able to play TS recordings from other sources, in which there is
|
||||||
more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed
|
more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed
|
||||||
@ -7355,3 +7355,4 @@ Video Disk Recorder Revision History
|
|||||||
payload (pointed out by Sören Moch).
|
payload (pointed out by Sören Moch).
|
||||||
- Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames
|
- Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames
|
||||||
(pointed out by Sören Moch).
|
(pointed out by Sören Moch).
|
||||||
|
- Fixed a typo in skins.h (thanks to Lars Hanisch).
|
||||||
|
4
skins.h
4
skins.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: skins.h 2.5 2012/05/12 11:10:30 kls Exp $
|
* $Id: skins.h 2.6 2012/12/02 13:23:44 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SKINS_H
|
#ifndef __SKINS_H
|
||||||
@ -49,7 +49,7 @@ public:
|
|||||||
|
|
||||||
class cSkinDisplayChannel : public cSkinDisplay {
|
class cSkinDisplayChannel : public cSkinDisplay {
|
||||||
///< This class is used to display the current channel, together with
|
///< This class is used to display the current channel, together with
|
||||||
///< the present and following EPG even. How and to what extent this
|
///< the present and following EPG event. How and to what extent this
|
||||||
///< is done is totally up to the derived class.
|
///< is done is totally up to the derived class.
|
||||||
public:
|
public:
|
||||||
virtual void SetChannel(const cChannel *Channel, int Number) = 0;
|
virtual void SetChannel(const cChannel *Channel, int Number) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user