mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
merge r2191 from prepare-0.9.10
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2206 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
690807e929
commit
70a459ba69
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ int main(int argc, char*argv[]) {
|
|||
u += 2;
|
||||
}
|
||||
|
||||
printf("%llu\t%llu\n", x/PA_USEC_PER_MSEC, pa_smoother_get(s, x)/PA_USEC_PER_MSEC);
|
||||
printf("%llu\t%llu\n", (unsigned long long) (x/PA_USEC_PER_MSEC), (unsigned long long) (pa_smoother_get(s, x)/PA_USEC_PER_MSEC));
|
||||
}
|
||||
|
||||
pa_smoother_free(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue