aboutsummaryrefslogtreecommitdiff
path: root/src/audio_check.h
diff options
context:
space:
mode:
authorAlex Viskovatoff <viskovatoff@gmail.com>2010-12-21 07:24:43 +0100
committerMax Kellermann <max@duempel.org>2010-12-21 07:29:58 +0100
commita0dd1a1b8bd931c4e7256d389646f25bdcc400c2 (patch)
tree23cd7fbcb3ee45350dc71a2730e44bacda982d6a /src/audio_check.h
parentc360e69162de1281ac21321ff78df9e955e54219 (diff)
audio_check: fix parameter in prototype
Diffstat (limited to 'src/audio_check.h')
-rw-r--r--src/audio_check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_check.h b/src/audio_check.h
index cc08c9ba..4862e7f1 100644
--- a/src/audio_check.h
+++ b/src/audio_check.h
@@ -38,7 +38,7 @@ bool
audio_check_sample_rate(unsigned long sample_rate, GError **error_r);
bool
-audio_check_sample_format(unsigned sample_format, GError **error_r);
+audio_check_sample_format(enum sample_format, GError **error_r);
bool
audio_check_channel_count(unsigned sample_format, GError **error_r);