Implemented handling DVB subtitles

This commit is contained in:
Klaus Schmidinger
2007-10-12 14:52:30 +02:00
parent 3a4b7f065c
commit 0c8cda9bd0
26 changed files with 1774 additions and 85 deletions

3
keys.h
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: keys.h 1.13 2007/08/24 13:15:48 kls Exp $
* $Id: keys.h 1.14 2007/09/26 12:34:50 kls Exp $
*/
#ifndef __KEYS_H
@@ -43,6 +43,7 @@ enum eKeys { // "Up" and "Down" must be the first two keys!
kVolDn,
kMute,
kAudio,
kSubtitles,
kSchedule,
kChannels,
kTimers,