Skip to content

Commit

Permalink
dynamic_ogg.c: fixed ov_time_seek() signature for libvorbisidec.
Browse files Browse the repository at this point in the history
reported by Vitaly Novichkov.
  • Loading branch information
sezero committed Nov 25, 2019
1 parent 06f3c89 commit d28cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_ogg.c
Expand Up @@ -78,7 +78,7 @@ int Mix_InitOgg()
}
vorbis.ov_time_seek =
#ifdef OGG_USE_TREMOR
(long (*)(OggVorbis_File *,ogg_int64_t))
(int (*)(OggVorbis_File *,ogg_int64_t))
#else
(int (*)(OggVorbis_File *,double))
#endif
Expand Down

0 comments on commit d28cbc3

Please sign in to comment.