X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fdsp%2Fdct.rs;h=e58ccc706d87ae5ab54f08dcde36eb0bad996bb2;hb=d24468d9dbd54f5cbe414649ff061699337fa7fe;hp=b3415e395971b694d14a4a3ee7614bb0a35d5829;hpb=fa90ccfb8676a917a02fbb56381f86aa1962d313;p=nihav.git diff --git a/nihav-core/src/dsp/dct.rs b/nihav-core/src/dsp/dct.rs index b3415e3..e58ccc7 100644 --- a/nihav-core/src/dsp/dct.rs +++ b/nihav-core/src/dsp/dct.rs @@ -81,7 +81,7 @@ impl DCT { },*/ _ => { tab = Vec::new(); }, }; - + Self { tmp, tab, mode, size, swaps, perms, is_pow2, perm_tab } } fn can_do_fast(&mut self) -> bool {