mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
fix size of requested_latency
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2311 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
067a68abf9
commit
5353cf45f5
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ struct pa_sink {
|
|||
pa_bool_t soft_muted;
|
||||
|
||||
pa_bool_t requested_latency_valid;
|
||||
size_t requested_latency;
|
||||
pa_usec_t requested_latency;
|
||||
|
||||
/* The number of bytes we need keep around to be able to satisfy
|
||||
* every DMA buffer rewrite */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue