aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/qmmp/Effect/srconverter/srconverter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/qmmp/Effect/srconverter/srconverter.h b/lib/qmmp/Effect/srconverter/srconverter.h
index 1b3e13416..8c6dcb6d3 100644
--- a/lib/qmmp/Effect/srconverter/srconverter.h
+++ b/lib/qmmp/Effect/srconverter/srconverter.h
@@ -39,7 +39,6 @@ public:
virtual ~SRConverter();
- //bool process(char *in_data, char *out_data, const ulong maxsize, ulong &rbytes, ulong &wbytes);
const ulong process(char *in_data, const ulong size, char **out_data);
void configure(ulong freq, int chan, int res);
const ulong frequency();