pcm_volume: "length" is a "size_t", not "int"

This commit is contained in:
Max Kellermann
2011-10-20 02:11:40 +02:00
parent 725e48fce4
commit b7d5652bf6
5 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ filter_plugin_by_name(G_GNUC_UNUSED const char *name)
}
bool
pcm_volume(G_GNUC_UNUSED void *buffer, G_GNUC_UNUSED int length,
pcm_volume(G_GNUC_UNUSED void *buffer, G_GNUC_UNUSED size_t length,
G_GNUC_UNUSED enum sample_format format,
G_GNUC_UNUSED int volume)
{