comparison src/vorbis/vorbis.c @ 536:a61e18a4a84a trunk

[svn] - kill dumb debug notice
author nenolod
date Tue, 23 Jan 2007 04:34:30 -0800
parents 471da4165100
children e55f789573e3
comparison
equal deleted inserted replaced
535:471da4165100 536:a61e18a4a84a
515 515
516 if (seekneeded != -1) 516 if (seekneeded != -1)
517 do_seek(); 517 do_seek();
518 518
519 if (vorbis_eos) { 519 if (vorbis_eos) {
520 g_print("vorbis_eos true\n");
521 xmms_usleep(20000); 520 xmms_usleep(20000);
522 continue; 521 continue;
523 } 522 }
524 523
525 current_section = vorbis_process_data(last_section, use_rg, rg_scale); 524 current_section = vorbis_process_data(last_section, use_rg, rg_scale);