We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec8c32 commit f3f48bdCopy full SHA for f3f48bd
1 file changed
deps/stb/stb_vorbis.h
@@ -3702,12 +3702,12 @@ void stb_vorbis_seek_start(stb_vorbis *f)
3702
3703
unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f)
3704
{
3705
- unsigned int restore_offset, previous_safe;
3706
- unsigned int end, last_page_loc;
+ uint32_t restore_offset, previous_safe;
+ uint32_t end, last_page_loc;
3707
3708
if (IS_PUSH_MODE(f)) return error(f, VORBIS_invalid_api_mixing);
3709
if (!f->total_samples) {
3710
- unsigned int last;
+ uint32_t last;
3711
uint32_t lo,hi;
3712
char header[6];
3713
0 commit comments