From 9ba408415c28c1113291062b4dbb38cf90a3c232 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Jan 2009 00:52:28 +0100 Subject: store requested resampling method in a seperate field and use it when create a new resampler after a move --- src/pulsecore/sink-input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/sink-input.h') diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h index a533046b..66ec6136 100644 --- a/src/pulsecore/sink-input.h +++ b/src/pulsecore/sink-input.h @@ -95,7 +95,7 @@ struct pa_sink_input { pa_cvolume volume; pa_bool_t muted; - pa_resample_method_t resample_method; + pa_resample_method_t requested_resample_method, actual_resample_method; /* Returns the chunk of audio data and drops it from the * queue. Returns -1 on failure. Called from IO thread context. If -- cgit