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

@@ -133,6 +133,8 @@ int do_work(mpg123_handle *m)
{
int ret;
size_t count = 0;
compat_binmode(STDIN_FILENO, TRUE);
compat_binmode(STDOUT_FILENO, TRUE);
ret = mpg123_open_fd(m, STDIN_FILENO);
if(ret != MPG123_OK) return ret;