mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed debug output of '-' from cTransfer::Receive()
This commit is contained in:
parent
5c2a51a7cf
commit
15961bb34a
1
HISTORY
1
HISTORY
@ -6212,3 +6212,4 @@ Video Disk Recorder Revision History
|
||||
- Several code modifications to avoid compiler warnings (thanks to Winfried Köhler).
|
||||
- Added stream type 11172 AUDIO to cPatPmtParser::ParsePmt() (thanks to Johann
|
||||
Friedrichs).
|
||||
- Removed debug output of '-' from cTransfer::Receive().
|
||||
|
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: transfer.c 2.3 2009/01/23 16:44:29 kls Exp $
|
||||
* $Id: transfer.c 2.4 2009/12/06 14:22:23 kls Exp $
|
||||
*/
|
||||
|
||||
#include "transfer.h"
|
||||
@ -45,7 +45,6 @@ void cTransfer::Receive(uchar *Data, int Length)
|
||||
for (int i = 0; i < 100; i++) {
|
||||
if (PlayTs(Data, Length) > 0)
|
||||
return;
|
||||
fprintf(stderr, "-");//XXX just for testing - remove when stable
|
||||
cCondWait::SleepMs(10);
|
||||
}
|
||||
esyslog("ERROR: TS packet not accepted in Transfer Mode");
|
||||
|
Loading…
Reference in New Issue
Block a user