12345678910111213 |
- $OpenBSD: patch-akode_lib_converter_cpp,v 1.1 2017/04/27 12:44:03 espie Exp $
- --- akode/lib/converter.cpp.orig Thu Apr 27 14:26:04 2017
- +++ akode/lib/converter.cpp Thu Apr 27 14:26:18 2017
- @@ -26,7 +26,7 @@ namespace aKode {
-
- Converter::Converter(int sample_width) : m_sample_width(sample_width) {}
-
- -template<typename T, typename S, template<typename T> class ArithmT, template<typename S> class ArithmS>
- +template<typename T, typename S, template<typename U> class ArithmT, template<typename V> class ArithmS>
- static bool __doFrameFP(AudioFrame* in, AudioFrame* out, int sample_width)
- {
- AudioConfiguration config = *in;
|