# HG changeset patch # User cehoyos # Date 1271235199 0 # Node ID f036c0d995d55d070aefdd90790a6dd8fdfcb42a # Parent 38a0aa0ac67522e75a2d3d4ed54867decf9d2534 Remove dead code. Patch by ubitux, ubitux gmail diff -r 38a0aa0ac675 -r f036c0d995d5 spudec.c --- a/spudec.c Tue Apr 13 05:54:44 2010 +0000 +++ b/spudec.c Wed Apr 14 08:53:19 2010 +0000 @@ -533,12 +533,6 @@ mp_msg(MSGT_SPUDEC,MSGL_WARN,"SPUasm: packet too short\n"); return; } -#if 0 - if ((spu->packet_pts + 10000) < pts100) { - // [cb] too long since last fragment: force new packet - spu->packet_offset = 0; - } -#endif spu->packet_pts = pts100; if (spu->packet_offset == 0) { unsigned int len2 = get_be16(packet);