From: Kostya Shishkov Date: Thu, 6 Sep 2018 13:22:02 +0000 (+0200) Subject: ra14.4: consistency fix X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=a8beaa9f0f9920bc84fd6881cfaff11577fdb70d ra14.4: consistency fix --- 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,