mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
store requested resampling method in a seperate field and use it when create a new resampler after a move
This commit is contained in:
parent
ccd21f33cf
commit
9ba408415c
4 changed files with 12 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue