diff options
Diffstat (limited to 'src/plugins/Effect/srconverter/srconverter.cpp')
| -rw-r--r-- | src/plugins/Effect/srconverter/srconverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.cpp b/src/plugins/Effect/srconverter/srconverter.cpp index ca871e409..8a31bb18f 100644 --- a/src/plugins/Effect/srconverter/srconverter.cpp +++ b/src/plugins/Effect/srconverter/srconverter.cpp @@ -25,7 +25,7 @@ #include "srconverter.h" -SRConverter::SRConverter(QObject* parent) : Effect(parent) +SRConverter::SRConverter() : Effect() { m_isSrcAlloc = FALSE; int converter_type_array[] = {SRC_SINC_BEST_QUALITY, SRC_SINC_MEDIUM_QUALITY, SRC_SINC_FASTEST, |
