ra14.4: consistency fix
[nihav.git] / src / codecs / real / ra144.rs
index c569899399cd23ed02b5f8befe78c33c133f11c2..e68075810f938dfa915ae217e03b567d099522d7 100644 (file)
@@ -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,