Moritz Firsching
Moritz Firsching
- [x] blending - [x] chroma_upsample (-> chroma_upsample.rs) - [x] epf (-> epf.rs) - [x] from_linear (-> from_linear.rs) - [x] gaborish (-> gaborish.rs) - [x] noise (-> noise.rs) - [x]...
This fixes indentation before `|` in places where the amount of spaces was not 0 or 2. I suppose this is the non-controversial part of #2580. Deciding for either 0...
CodecInOut is only used in tests after the transition to using the API functions. Let's remove it and also use the API in the tests.