From b144f230a74e9cfdb131e1f20a104522f28d76f0 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 24 Feb 2007 18:00:00 +0100 Subject: =?UTF-8?q?Version=201.4.5-2=20-=20Removed=20'assert(0)'=20from=20?= =?UTF-8?q?cDvbSpuDecoder::setTime()=20(thanks=20to=20Marco=20Schl=C3=BC?= =?UTF-8?q?=C3=9Fler).=20-=20Fixed=20a=20possible=20crash=20when=20loading?= =?UTF-8?q?=20an=20invalid=20XPM=20file=20(thanks=20to=20Martin=20Wache).?= =?UTF-8?q?=20-=20Updated=20satellite=20names=20in=20'sources.conf'=20(tha?= =?UTF-8?q?nks=20to=20Thilo=20Wunderlich).=20-=20Fixed=20handling=20error?= =?UTF-8?q?=20status=20in=20cDvbTuner::GetFrontendStatus()=20(thanks=20to?= =?UTF-8?q?=20=20=20Reinhard=20Nissl).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dvbspu.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dvbspu.c') diff --git a/dvbspu.c b/dvbspu.c index 48b20bf..1ca5435 100644 --- a/dvbspu.c +++ b/dvbspu.c @@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.c 1.21 2006/04/17 12:45:05 kls Exp $ + * $Id: dvbspu.c 1.22 2007/02/03 10:13:18 kls Exp $ */ #include "dvbspu.h" @@ -504,9 +504,8 @@ int cDvbSpuDecoder::setTime(uint32_t pts) default: esyslog("invalid sequence in control header (%.2x)", spu[i]); - assert(0); - i++; - break; + Empty(); + return 0; } } if (fodd != 0 && feven != 0) { -- cgit v1.2.3