From kde-commits Sun Oct 20 15:49:57 2002 From: Martin Vogt Date: Sun, 20 Oct 2002 15:49:57 +0000 To: kde-commits Subject: kdemultimedia/mpeglib/lib/decoder X-MARC-Message: https://marc.info/?l=kde-commits&m=103512906812021 CVS commit by mvogt: - hack ^H^H^H^H bugfix for: "mpeglib does not play short files" Tested with short 8KHz sampled file The hack is really trivial, so I apply it without further posting. case _STREAM_STATE_WAIT_FOR_END: // exit while loop lDecoderLoop=false; + usleep(2000000); break; Note: This does not stop artsd because the waiting is in the decoding thread. M +1 -0 vorbisPlugin.cpp 1.7