From 575782a9f76583abd8c4374466472b376023f8dd Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Wed, 1 Dec 2004 23:09:04 +0000 Subject: make buffer a multiple of ts packet size CVS patchset: 7184 CVS date: 2004/12/01 23:09:04 --- src/input/input_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 0ae0da38a..93cada7f8 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -2089,7 +2089,7 @@ static int dvb_plugin_open(input_plugin_t * this_gen) _("input_dvb: cannot open dvr device '%s'\n"), this->tuner->dvr_device); return 0; } - if(ioctl(this->fd,DMX_SET_BUFFER_SIZE,262144)<0) + if(ioctl(this->fd,DMX_SET_BUFFER_SIZE,188*1024)<0) xprintf(this->class->xine,XINE_VERBOSITY_DEBUG,"input_dvb: couldn't increase buffer size for DVR: %s \n",strerror(errno)); this->curpos = 0; -- cgit v1.2.3