Skip to content

Commit

Permalink
Erratum.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Sep 30, 2023
1 parent a2232b5 commit 19cfaa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/audioformats/stream.d
Expand Up @@ -1872,7 +1872,10 @@ private:
break;
}
else
{
setError(kErrorUnsupportedEncodingFormat.ptr);
break;
}
}
case wav:
{
Expand All @@ -1894,7 +1897,10 @@ private:
break;
}
else
{
setError(kErrorUnsupportedEncodingFormat.ptr);
break;
}
}
case unknown:
setError("Can't encode using 'unknown' coding");
Expand Down

0 comments on commit 19cfaa0

Please sign in to comment.