mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a comment to tChannelID::nid, explaining that is is actually the "original" network id
This commit is contained in:
parent
e37240fd63
commit
b4962e5217
2
HISTORY
2
HISTORY
@ -4357,3 +4357,5 @@ Video Disk Recorder Revision History
|
|||||||
to Marco Schlüßler).
|
to Marco Schlüßler).
|
||||||
- Fixed replaying recordings of radio channels with many audio tracks (thanks to
|
- Fixed replaying recordings of radio channels with many audio tracks (thanks to
|
||||||
Reinhard Nissl).
|
Reinhard Nissl).
|
||||||
|
- Added a comment to tChannelID::nid, explaining that is is actually the "original"
|
||||||
|
network id.
|
||||||
|
@ -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: channels.h 1.38 2006/01/14 15:51:26 kls Exp $
|
* $Id: channels.h 1.39 2006/02/19 14:39:43 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CHANNELS_H
|
#ifndef __CHANNELS_H
|
||||||
@ -69,7 +69,7 @@ extern const tChannelParameterMap HierarchyValues[];
|
|||||||
struct tChannelID {
|
struct tChannelID {
|
||||||
private:
|
private:
|
||||||
int source;
|
int source;
|
||||||
int nid;
|
int nid; ///< actually the "original" network id
|
||||||
int tid;
|
int tid;
|
||||||
int sid;
|
int sid;
|
||||||
int rid;
|
int rid;
|
||||||
|
Loading…
Reference in New Issue
Block a user