diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-11-04 10:11:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-11-04 10:11:51 +0100 |
commit | d7462ae5adb392d1a17472b22d1d2fa850d90b6a (patch) | |
tree | 5ebefbeb06003ad4f71e83327ca85211375825ec /channels.h | |
parent | a48a0543c8260df206a95b6569b772b0c2e18300 (diff) | |
download | vdr-d7462ae5adb392d1a17472b22d1d2fa850d90b6a.tar.gz vdr-d7462ae5adb392d1a17472b22d1d2fa850d90b6a.tar.bz2 |
Changes in the teletext PID no longer cause retuning
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 2.16 2012/06/17 11:21:33 kls Exp $ + * $Id: channels.h 3.1 2013/11/04 09:52:02 kls Exp $ */ #ifndef __CHANNELS_H @@ -22,6 +22,7 @@ #define CHANNELMOD_NAME 0x01 #define CHANNELMOD_PIDS 0x02 #define CHANNELMOD_ID 0x04 +#define CHANNELMOD_AUX 0x08 #define CHANNELMOD_CA 0x10 #define CHANNELMOD_TRANSP 0x20 #define CHANNELMOD_LANGS 0x40 |