Mercurial > mplayer.hg
changeset 30995:f036c0d995d5
Remove dead code.
Patch by ubitux, ubitux gmail
author | cehoyos |
---|---|
date | Wed, 14 Apr 2010 08:53:19 +0000 |
parents | 38a0aa0ac675 |
children | 6e9ece21c004 |
files | spudec.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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);