summaryrefslogtreecommitdiff
path: root/src/flac/encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flac/encode.h')
-rw-r--r--src/flac/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/encode.h b/src/flac/encode.h
index 51c68a40..b98bef6b 100644
--- a/src/flac/encode.h
+++ b/src/flac/encode.h
@@ -112,6 +112,6 @@ typedef struct {
} debug;
} encode_options_t;
-int flac__encode_file(FILE *infile, FLAC__off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, encode_options_t options);
+int flac__encode_file(FILE *infile, FLAC__off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, uint32_t lookahead_length, encode_options_t options);
#endif