Sort various things to reduce merge hell. No functional changes.
[ardour.git] / libs / ardour / resampled_source.cc
index 8330196d8abd24988353f427cef9c4149f84c730..b5d23fb4a22a55d48678474621d9198bc06f319b 100644 (file)
@@ -38,7 +38,7 @@ ResampledImportableSource::ResampledImportableSource (const std::string& path,
        
        /* Initialize the sample rate converter. */
        
-       int src_type;
+       int src_type = SRC_LINEAR;
 
        switch (srcq) {
        case SrcBest: