mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
add a few missing initializations
This commit is contained in:
parent
40d71e1f49
commit
ca9cd14659
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ int main(int argc, char *argv[]) {
|
|||
int dir = 1;
|
||||
struct timespec start, last_timestamp = { 0, 0 };
|
||||
uint64_t start_us;
|
||||
snd_pcm_sframes_t last_avail, last_delay;
|
||||
snd_pcm_sframes_t last_avail = 0, last_delay = 0;
|
||||
struct pollfd *pollfds;
|
||||
int n_pollfd;
|
||||
int64_t sample_count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue