summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-11-04 10:11:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-11-04 10:11:51 +0100
commitd7462ae5adb392d1a17472b22d1d2fa850d90b6a (patch)
tree5ebefbeb06003ad4f71e83327ca85211375825ec /channels.h
parenta48a0543c8260df206a95b6569b772b0c2e18300 (diff)
downloadvdr-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.h b/channels.h
index 815cb479..f719f1e5 100644
--- a/channels.h
+++ b/channels.h
@@ -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