summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-05-01 15:41:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-05-01 15:41:04 +0200
commit7d1b84a997b29f032132957b5b411c15accb2dcf (patch)
treec294f3f42429a19711691b009fab36679a51c0c8 /menu.c
parentdf12c00ff8699f23cb9176b3261ccf505633c434 (diff)
downloadvdr-7d1b84a997b29f032132957b5b411c15accb2dcf.tar.gz
vdr-7d1b84a997b29f032132957b5b411c15accb2dcf.tar.bz2
Implemented handling the standard component descriptor for AC3
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index da90018b..7fa1e3f1 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 2.1 2008/04/12 11:37:17 kls Exp $
+ * $Id: menu.c 2.2 2008/05/01 14:37:24 kls Exp $
*/
#include "menu.h"
@@ -3147,6 +3147,8 @@ static void SetTrackDescriptions(int LiveChannel)
break;
case 3: cDevice::PrimaryDevice()->SetAvailableTrack(ttSubtitle, indexSubtitle++, 0, LiveChannel ? NULL : p->language, p->description);
break;
+ case 4: cDevice::PrimaryDevice()->SetAvailableTrack(ttDolby, indexDolby++, 0, LiveChannel ? NULL : p->language, p->description);
+ break;
}
}
}