X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fdsp%2Fdct.rs;h=e58ccc706d87ae5ab54f08dcde36eb0bad996bb2;hb=33b5689af80186c4aaf3e85a8a65730566024524;hp=b3415e395971b694d14a4a3ee7614bb0a35d5829;hpb=fdb4b2fbe87ca6e15f6d5e8ad040b7c9ee883053;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 {