Commit a0dd1a1b authored by Alex Viskovatoff's avatar Alex Viskovatoff Committed by Max Kellermann

audio_check: fix parameter in prototype

parent c360e691
ver 0.16.1 (2010/??/??)
* audio_check: fix parameter in prototype
ver 0.16 (2010/12/11)
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment