summaryrefslogtreecommitdiff
path: root/include/share/grabbag/seektable.h
diff options
context:
space:
mode:
authororeo639 <oreo6391@gmail.com>2019-09-02 10:48:47 -0700
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-09-15 11:35:36 +1000
commit01167efa6a7cb6aa6aa8865594cd58c6db06471b (patch)
tree529d27ec1a263733292b21b3ade1bb27c3d3173e /include/share/grabbag/seektable.h
parent9ea40e34f89ca120b6a3af359c7a78646049cfa4 (diff)
downloadflac-01167efa6a7cb6aa6aa8865594cd58c6db06471b.tar.gz
Fix function redefinition on arm-none-eabi compilers
Diffstat (limited to 'include/share/grabbag/seektable.h')
-rw-r--r--include/share/grabbag/seektable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/share/grabbag/seektable.h b/include/share/grabbag/seektable.h
index ac294a3e..191a1c48 100644
--- a/include/share/grabbag/seektable.h
+++ b/include/share/grabbag/seektable.h
@@ -30,7 +30,7 @@
extern "C" {
#endif
-FLAC__bool grabbag__seektable_convert_specification_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_to_encode, unsigned sample_rate, FLAC__StreamMetadata *seektable_template, FLAC__bool *spec_has_real_points);
+FLAC__bool grabbag__seektable_convert_specification_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_to_encode, uint32_t sample_rate, FLAC__StreamMetadata *seektable_template, FLAC__bool *spec_has_real_points);
#ifdef __cplusplus
}