summaryrefslogtreecommitdiff
path: root/src/flac/analyze.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flac/analyze.h')
-rw-r--r--src/flac/analyze.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/analyze.h b/src/flac/analyze.h
index 7c7ec237..44798c71 100644
--- a/src/flac/analyze.h
+++ b/src/flac/analyze.h
@@ -26,7 +26,7 @@ typedef struct {
} analysis_options;
void flac__analyze_init(analysis_options aopts);
-void flac__analyze_frame(const FLAC__Frame *frame, unsigned frame_number, FLAC__uint64 frame_offset, unsigned frame_bytes, analysis_options aopts, FILE *fout);
+void flac__analyze_frame(const FLAC__Frame *frame, uint32_t frame_number, FLAC__uint64 frame_offset, uint32_t frame_bytes, analysis_options aopts, FILE *fout);
void flac__analyze_finish(analysis_options aopts);
#endif