Displaying 1 result from an estimated 1 matches for "raw_ogg".
Did you mean:
raw_oggs
2012 May 27
1
Thread Problem.
...Printf("\nov_read error");
}
else if(bytes_read == 0)
{
// End of data
if(!music_queue.empty())
{
ov_clear(&strm.ovf);
// Get next song
strm.raw_ogg = music_queue[0];
music_queue.pop_front();
strm.pos = 0;
if(strm.raw_ogg != NULL)
{
if(ov_open_callbacks(&strm, &strm.ovf, NULL, 0,
my_callbacks) < 0)
{...