Triode wrote:
> Try this:
> >
Code:
--------------------
> >
> diff --git a/dsd.c b/dsd.c
> index b2f3c7b..a40b4d3 100644
> --- a/dsd.c
> +++ b/dsd.c
> @@ -215,8 +215,8 @@ static decode_state _decode_dsf(void) {
> unsigned bytes_per_frame = dop ? 2 : 1;
>
> if (bytes < d->block_size * d->channels) {
> - LOG_WARN("stream too short");
> - return DECODE_ERROR;
> + LOG_INFO("stream too short"); // this can occur when
scanning the track
> + return DECODE_COMPLETE;
> }
>
> IF_PROCESS(
>
--------------------
> >
Triode, that was a nail well-hit on the head! Thanks for saving me a lot
of time investigating this issue further.
----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=99395
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix