mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed comment since 'buffer empty' was removed from the driver
This commit is contained in:
parent
2ec3f0342b
commit
c6f6e881f8
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: transfer.c 1.12 2003/05/11 08:48:05 kls Exp $
|
||||
* $Id: transfer.c 1.13 2003/05/18 15:15:00 kls Exp $
|
||||
*/
|
||||
|
||||
#include "transfer.h"
|
||||
@ -70,7 +70,7 @@ void cTransfer::Action(void)
|
||||
active = true;
|
||||
while (active) {
|
||||
|
||||
//XXX+ Maybe we need this to avoid "buffer empty" log messages from the driver.
|
||||
//XXX+ Maybe we need this to avoid buffer underruns in driver.
|
||||
//XXX+ But then again, it appears to play just fine without this...
|
||||
/*
|
||||
if (!gotBufferReserve) {
|
||||
|
Loading…
Reference in New Issue
Block a user