X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=src%2Fcodecs%2Freal%2Fra144.rs;h=e68075810f938dfa915ae217e03b567d099522d7;hb=a8beaa9f0f9920bc84fd6881cfaff11577fdb70d;hp=c569899399cd23ed02b5f8befe78c33c133f11c2;hpb=c51b9806a8a1996f8b19d671bf1727a4e9aa233d;p=nihav.git diff --git a/src/codecs/real/ra144.rs b/src/codecs/real/ra144.rs index c569899..e680758 100644 --- a/src/codecs/real/ra144.rs +++ b/src/codecs/real/ra144.rs @@ -26,7 +26,7 @@ impl RA144Decoder { fn new() -> Self { RA144Decoder { chmap: NAChannelMap::new(), - ainfo: NAAudioInfo::new(0, 1, SND_F32P_FORMAT, NBLOCKS * BLOCKSIZE), + ainfo: NAAudioInfo::new(0, 1, SND_S16_FORMAT, NBLOCKS * BLOCKSIZE), info: NACodecInfo::new_dummy(), old_energy: 0,