mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
resampler: Drop redundant assignment in convert_from_work_format()
r->from_work_format_buf.length is set twice Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
34c631c0ae
commit
4b3de4422e
1 changed files with 0 additions and 2 deletions
|
|
@ -1277,8 +1277,6 @@ static pa_memchunk *convert_from_work_format(pa_resampler *r, pa_memchunk *input
|
|||
pa_memblock_release(input->memblock);
|
||||
pa_memblock_release(r->from_work_format_buf.memblock);
|
||||
|
||||
r->from_work_format_buf.length = r->o_fz * n_frames;
|
||||
|
||||
return &r->from_work_format_buf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue