Removed 'assert(0)' from cDvbSpuDecoder::setTime()

This commit is contained in:
Klaus Schmidinger
2007-02-03 10:26:17 +01:00
parent d919573037
commit 31820a5175
3 changed files with 10 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
*
* parts of this file are derived from the OMS program.
*
* $Id: dvbspu.c 1.21 2006/04/17 11:00:00 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) {