X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;ds=sidebyside;f=nihav-core%2Fsrc%2Fsoundcvt%2Fmod.rs;h=891a58a3933442d6d91a2e91192e74181acf62d2;hb=952dad98a4a5ae723e3c2432b62567d88b4c3c0d;hp=17d7709cf32468219198c28561db03d30a3e6023;hpb=c151de2653d4d12d9310c00dbe04553e20f4807c;p=nihav.git diff --git a/nihav-core/src/soundcvt/mod.rs b/nihav-core/src/soundcvt/mod.rs index 17d7709..891a58a 100644 --- a/nihav-core/src/soundcvt/mod.rs +++ b/nihav-core/src/soundcvt/mod.rs @@ -635,7 +635,7 @@ mod test { let l = data[off0]; let r = data[off1]; assert_eq!(l, 7445); - assert_eq!(r, -19943); + assert_eq!(r, -19505); } else { panic!("wrong buffer type"); }