audio_check: fix parameter in prototype
This commit is contained in:
parent
c360e69162
commit
a0dd1a1b8b
1
NEWS
1
NEWS
|
@ -1,4 +1,5 @@
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue