mpg123-1.30.0

This commit is contained in:
Ozkan Sezer
2022-06-28 07:10:00 +03:00
parent 01b6013145
commit c46daebce1
56 changed files with 3497 additions and 1035 deletions

View File

@@ -724,6 +724,8 @@ out123_play(out123_handle *ao, void *bytes, size_t count)
, ao->flags & OUT123_KEEP_PLAYING );
if(written > 0)
{
if(written > block)
written = block; // Safeguard against sloppy output modules.
bytes = (char*)bytes+written;
sum += written;
count -= written;