summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/input_dvb.c2
1 files changed, 1 insertions, 1 deletions
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;