From d48d64273d5da9bf596b239bb0aec622086655f0 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 17 Mar 2013 09:28:01 +0100 Subject: v0.9.6. Use UrlEncoding for guid. Determine Bitrate from file size. --- vdr-smarttvweb/stvw_cfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vdr-smarttvweb/stvw_cfg.h') 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; }; -- cgit v1.2.3