summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/stvw_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-smarttvweb/stvw_cfg.h')
-rwxr-xr-xvdr-smarttvweb/stvw_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr-smarttvweb/stvw_cfg.h b/vdr-smarttvweb/stvw_cfg.h
index 84cbd07..d894820 100755
--- a/vdr-smarttvweb/stvw_cfg.h
+++ b/vdr-smarttvweb/stvw_cfg.h
@@ -49,7 +49,7 @@ class cSmartTvConfig {
string mMediaFolder;
unsigned int mSegmentDuration;
int mHasMinBufferTime;
- unsigned int mHasBitrate;
+ float mHasBitrateCorrection;
int mLiveChannels;
eGroupSep mGroupSep;
@@ -66,7 +66,7 @@ class cSmartTvConfig {
string getMediaFolder() { return mMediaFolder; };
unsigned int getSegmentDuration() {return mSegmentDuration; };
int getHasMinBufferTime() { return mHasMinBufferTime; };
- unsigned int getHasBitrate() {return mHasBitrate; };
+ float getHasBitrateCorrection() { return mHasBitrateCorrection; };
int getLiveChannels() {return mLiveChannels; };
eGroupSep getGroupSep() { return mGroupSep; };
string getServerAddress() { return mServerAddress; };