mpg123-1.32.1

This commit is contained in:
Ozkan Sezer
2023-09-24 23:11:10 +03:00
parent 2279cffc0f
commit de1a534fe6
16 changed files with 1024 additions and 46 deletions

View File

@@ -63,7 +63,7 @@ int outburst = 32768;
Another forked buffer process will have its on value. */
static int intflag = FALSE;
static void catch_interrupt (void)
static void catch_interrupt (int sig)
{
intflag = TRUE;
}
@@ -75,7 +75,7 @@ static int read_record(out123_handle *ao
, int who, void **buf, byte *prebuf, int *preoff, int presize, size_t *recsize);
static int buffer_loop(out123_handle *ao);
static void catch_child(void)
static void catch_child(int sig)
{
/* Disabled for now. We do not really need that.
Rather get return status in a controlled way in INT123_buffer_exit(). */