dsdreamer wrote: 
> The first thing I did once I noticed this problem was to pull the latest
> from Triode's git repo, rebuild and test. It fails just the same way as
> the CSOS testing repo version and yet the code change the Triode used to
> fixed the problem is present and correct.
> 
> vi +215 dsd.c
> > 
Code:
--------------------
  >   >         unsigned bytes_per_frame = dop ? 2 : 1;
  > 
  > if (bytes < d->block_size * d->channels) {
  > LOG_INFO("stream too short"); // this can occur when scanning the track
  > return DECODE_COMPLETE;
  > }
  > 
  > IF_PROCESS(
--------------------
> > 
> 
> I could use git to go back a few versions to see if I can find a
> version that works... I guess I should learn to use git-bisect.

What does the debug say?


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to