comparison src/madplug/plugin.c @ 2824:5389a40f3566

Backed out changeset 4151640654ae I'm not sure if this is a good idea.
author William Pitcock <nenolod@atheme.org>
date Sun, 13 Jul 2008 15:17:16 -0500
parents 4151640654ae
children f1b6f1b2cdb3
comparison
equal deleted inserted replaced
2820:4151640654ae 2824:5389a40f3566
486 next = state; 486 next = state;
487 state = STATE_REBUFFER; 487 state = STATE_REBUFFER;
488 } 488 }
489 break; 489 break;
490 } 490 }
491 } while (state != STATE_FATAL && tries < 256); 491 } while (state != STATE_FATAL && tries < 16);
492 /* Give up after 256 failed resync attempts or fatal errors */ 492 /* Give up after 16 failed resync attempts or fatal errors */
493 493
494 g_message("Rejecting %s (not an MP3 file?)", filename); 494 g_message("Rejecting %s (not an MP3 file?)", filename);
495 return 0; 495 return 0;
496 } 496 }
497 497