diff options
Diffstat (limited to 'src/input/input_dvb.c')
-rw-r--r-- | src/input/input_dvb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 51e4d47aa..1b86fcac5 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -2501,9 +2501,6 @@ static off_t dvb_plugin_read (input_plugin_t *this_gen, "input_dvb: reading %" PRIdMAX " bytes...\n", (intmax_t)len); #endif -#ifndef DVB_NO_BUFFERING - nbc_check_buffers (this->nbc); -#endif /* protect against channel changes */ have_mutex = pthread_mutex_lock(&this->channel_change_mutex); total=0; |