From f5bbf06b6067ff582bd7726b2f295292dea33f70 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 12 Jan 2015 14:56:42 +0100 Subject: Added the new parameters "Setup/Miscellaneous/Volume steps" and ".../Volume linearize" --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7015b331..c8808edf 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 3.9 2014/03/22 14:23:44 kls Exp $ + * $Id: config.h 3.10 2015/01/12 14:32:17 kls Exp $ */ #ifndef __CONFIG_H @@ -336,6 +336,8 @@ public: int ResumeID; int CurrentChannel; int CurrentVolume; + int VolumeSteps; + int VolumeLinearize; int CurrentDolby; int InitialVolume; int ChannelsWrap; -- cgit v1.2.3