commit | e709d2ac47e71a879294f20e3fb994b7aea55226 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Tue May 05 15:25:57 2020 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue May 26 08:29:30 2020 +0200 |
tree | a5f4239a605150a17fb8c4e9d67e3ab4efbebd92 | |
parent | cbaf25d1f59ee13fc7542a06ea70784f2e000c04 [diff] |
audio: Let audio_sample_to_uint64() use const samples argument The samples are the input to convert to u64. As we should not modify them, mark the argument const. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200505132603.8575-2-f4bug@amsat.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>