From 9f63ab9931e6478472853bdda58da47ea29ac125 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Feb 2008 03:57:35 +0000 Subject: Merge with trunk R2978. git-svn-id: svn://localhost/ardour2/branches/3.0@2988 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/resampled_source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/resampled_source.cc') diff --git a/libs/ardour/resampled_source.cc b/libs/ardour/resampled_source.cc index 8330196d8a..b5d23fb4a2 100644 --- a/libs/ardour/resampled_source.cc +++ b/libs/ardour/resampled_source.cc @@ -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: -- cgit v1.2.3