aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/srconverter/srconverter.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-06 18:20:45 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-06 18:20:45 +0000
commit648d09c5cea5ad4c2e31d51ff804ec32b23ac458 (patch)
tree4f6f236373690c7ad65720fbdf1bd8498ac99c81 /src/plugins/Effect/srconverter/srconverter.h
parent6c37e46ff15eab4ccd47b6162a3d350aa35b7b39 (diff)
downloadqmmp-648d09c5cea5ad4c2e31d51ff804ec32b23ac458.tar.gz
qmmp-648d09c5cea5ad4c2e31d51ff804ec32b23ac458.tar.bz2
qmmp-648d09c5cea5ad4c2e31d51ff804ec32b23ac458.zip
changed effect api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1425 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/srconverter/srconverter.h')
-rw-r--r--src/plugins/Effect/srconverter/srconverter.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.h b/src/plugins/Effect/srconverter/srconverter.h
index e596c693a..bb4c2913c 100644
--- a/src/plugins/Effect/srconverter/srconverter.h
+++ b/src/plugins/Effect/srconverter/srconverter.h
@@ -20,12 +20,8 @@
#ifndef SRCONVERTER_H
#define SRCONVERTER_H
-#include <qmmp/effect.h>
-
-extern "C"
-{
#include <samplerate.h>
-}
+#include <qmmp/effect.h>
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -33,10 +29,8 @@ extern "C"
class SRConverter : public Effect
{
- Q_OBJECT
public:
- SRConverter(QObject *parent = 0);
-
+ SRConverter();
virtual ~SRConverter();
ulong process(char *in_data, const ulong size, char **out_data);