This directory contains the mpglib from the mpg123 CVS, version date 7/10/2001
with only one change: the "osize>=4608" test in decodeMP3, interface.c has been
disabled because it is too restrictive. Sometimes, OpenQuicktime guesses
one frame is 1156 bytes long, and is right (in thoses cases, decodeMP3 actually
sends back *done=1156)!
Thus, the test beeing disabled, it is supposed that OpenQuicktime can guess
correctly the minimum buffer size when calling decodeMP3.

-
Antoine
