audio_check: fix parameter in prototype

This commit is contained in:
Alex Viskovatoff 2010-12-21 07:24:43 +01:00 committed by Max Kellermann
parent c360e69162
commit a0dd1a1b8b
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -1,4 +1,5 @@
ver 0.16.1 (2010/??/??)
* audio_check: fix parameter in prototype
ver 0.16 (2010/12/11)

View File

@ -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);