summaryrefslogtreecommitdiffstats
path: root/converter.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-13 10:36:53 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-13 10:36:53 +0000
commit737cf2e69e0248e134979cbeb9230e71c908a53d (patch)
tree4764853cbc37f4911552946dfaeb5e6924048eba /converter.h
parent17e086aaa4960e3b4d779ad02d816e9452c0d458 (diff)
change types of volumes from "int" to "int32_t"
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@9 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'converter.h')
-rw-r--r--converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter.h b/converter.h
index a4592f1..da48d3c 100644
--- a/converter.h
+++ b/converter.h
@@ -73,7 +73,7 @@ int converter_go_interleaved(
void **dst[], size_t *dstr[], int dinterleave,
size_t *size);
-void converter_set_volume(converter_t *c, const int vol[]);
+void converter_set_volume(converter_t *c, const int32_t vol[]);
void converter_set_ratio(converter_t *c, unsigned rate1, unsigned rate2);