Home | Info | Community | Development | myReactOS | Contact Us
Configure a mpg123 handle to accept no output format at all, use before specifying supported formats with mpg123_format
Definition at line 276 of file format.c.
{ int r; if(mh == NULL) return MPG123_ERR; r = mpg123_fmt_none(&mh->p); if(r != MPG123_OK){ mh->err = r; r = MPG123_ERR; } return r; }