summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-27 00:52:28 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-27 00:52:28 +0100
commit9ba408415c28c1113291062b4dbb38cf90a3c232 (patch)
treeefccf01621d4f0a67380bffea2b189347a76e922 /src/pulsecore/sink-input.h
parentccd21f33cf254cad6348769b42646fe8b0c5d0a5 (diff)
store requested resampling method in a seperate field and use it when create a new resampler after a move
Diffstat (limited to 'src/pulsecore/sink-input.h')
-rw-r--r--src/pulsecore/sink-input.h2
1 files changed, 1 insertions, 1 deletions
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