Browse Source

[alsa_out] squelch diff to alsa_in by moving the quit variable around.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4136 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.120.1
torben 14 years ago
parent
commit
a3424a6664
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/alsa_out.c

+ 1
- 1
tools/alsa_out.c View File

@@ -34,6 +34,7 @@ snd_pcm_t *alsa_handle;
int jack_sample_rate;
int jack_buffer_size;

int quit = 0;
double resample_mean = 1.0;
double static_resample_factor = 1.0;
double resample_lower_limit = 0.25;
@@ -44,7 +45,6 @@ double *window_array;
int offset_differential_index = 0;

double offset_integral = 0;
int quit = 0;

// ------------------------------------------------------ commandline parameters



Loading…
Cancel
Save