Home | Info | Community | Development | myReactOS | Contact Us
Open a new bitstream and prepare for direct feeding This works together with mpg123_decode(); you are responsible for reading and feeding the input bitstream.
Definition at line 493 of file libmpg123.c.
{ ALIGNCHECK(mh); if(mh == NULL) return MPG123_ERR; mpg123_close(mh); return open_feed(mh); }