X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fresampled_source.cc;h=6184e1a3d636879fabdfc6d32d63de363df53141;hb=dd577004459b7810daae2b4ad6741e3a2b858565;hp=1d6028156528b2d04649c9a61977a5e29b78dad3;hpb=73192bc1a7ea55fa1864dc3826845b15c00dd2ec;p=ardour.git diff --git a/libs/ardour/resampled_source.cc b/libs/ardour/resampled_source.cc index 1d60281565..6184e1a3d6 100644 --- a/libs/ardour/resampled_source.cc +++ b/libs/ardour/resampled_source.cc @@ -55,7 +55,7 @@ ResampledImportableSource::ResampledImportableSource (boost::shared_ptrsamplerate(); } @@ -128,12 +128,12 @@ ResampledImportableSource::seek (framepos_t pos) error << string_compose(_("Import: src_new() failed : %1"), src_strerror (err)) << endmsg ; throw failed_constructor (); } - + src_data.input_frames = 0; src_data.data_in = input; src_data.end_of_input = 0; } - + framepos_t ResampledImportableSource::natural_position () const {