vdr-plugin-iptv/config.c

22 lines
416 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.11 2007/09/30 21:38:31 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),
tsBufferPrefillRatio(0),
sectionFiltering(1),
sidScanning(1)
2007-09-15 17:38:38 +02:00
{
}