[MPlayer-cvslog] r31037 - trunk/spudec.c
cehoyos
subversion at mplayerhq.hu
Wed Apr 14 10:53:20 CEST 2010
Author: cehoyos
Date: Wed Apr 14 10:53:19 2010
New Revision: 31037
Log:
Remove dead code.
Patch by ubitux, ubitux gmail
Modified:
trunk/spudec.c
Modified: trunk/spudec.c
==============================================================================
--- trunk/spudec.c Tue Apr 13 07:54:44 2010 (r31036)
+++ trunk/spudec.c Wed Apr 14 10:53:19 2010 (r31037)
@@ -533,12 +533,6 @@ void spudec_assemble(void *this, unsigne
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);
More information about the MPlayer-cvslog
mailing list