mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Disabled the 'Received stuffing section in EIT' log message
This commit is contained in:
parent
afd0dd904b
commit
018cc0d8e1
1
HISTORY
1
HISTORY
@ -2131,3 +2131,4 @@ Video Disk Recorder Revision History
|
|||||||
if the buffer runs full (thanks to Sascha Volkenandt for reporting this one).
|
if the buffer runs full (thanks to Sascha Volkenandt for reporting this one).
|
||||||
- Fixed handling EPG data where the "extended event descriptor" comes before the
|
- Fixed handling EPG data where the "extended event descriptor" comes before the
|
||||||
"short event" or a "time shifted event" (thanks to Jonan Santiago).
|
"short event" or a "time shifted event" (thanks to Jonan Santiago).
|
||||||
|
- Disabled the "Received stuffing section in EIT" log message.
|
||||||
|
5
eit.c
5
eit.c
@ -16,7 +16,7 @@
|
|||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
* (at your option) any later version. *
|
* (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* $Id: eit.c 1.74 2003/04/27 14:41:36 kls Exp $
|
* $Id: eit.c 1.75 2003/05/11 11:25:04 kls Exp $
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "eit.h"
|
#include "eit.h"
|
||||||
@ -1291,8 +1291,9 @@ void cSIProcessor::Action()
|
|||||||
cEIT ceit(buf, seclen, schedules);
|
cEIT ceit(buf, seclen, schedules);
|
||||||
ceit.ProcessEIT(buf, currentSource);
|
ceit.ProcessEIT(buf, currentSource);
|
||||||
}
|
}
|
||||||
else
|
/*else
|
||||||
dsyslog("Received stuffing section in EIT\n");
|
dsyslog("Received stuffing section in EIT\n");
|
||||||
|
*/
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
|
Loading…
Reference in New Issue
Block a user