vdr-plugin-iptv/config.c

21 lines
395 B
C
Raw Normal View History

2007-09-15 17:38:38 +02:00
/*
* config.c: IPTV plugin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
* $Id: config.c,v 1.7 2007/09/28 16:44:59 rahrenbe Exp $
2007-09-15 17:38:38 +02:00
*/
#include "common.h"
#include "config.h"
cIptvConfig IptvConfig;
cIptvConfig::cIptvConfig(void)
: readBufferTsCount(48),
tsBufferSize(2),
2007-09-16 15:38:20 +02:00
tsBufferPrefillRatio(0),
fileIdleTimeMs(5)
2007-09-15 17:38:38 +02:00
{
}