JackOfAll wrote: > decode.c ..... > > size_t min_space = decode.direct ? codec->min_space : > process.max_out_frames; > > Shouldn't that be (8 bytes in a frame) .... > > size_t min_space = decode.direct ? codec->min_space : > (process.max_out_frames * 8);
Oops - fixed in repo - multiply by BYTES_PER_SAMPLE ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=98544 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
