Bugfix vorbis decoder missing return value

pull/35/head
Avaer Kazmer 8 years ago
parent bcbcecf039
commit b7affaf20e

@ -237,7 +237,7 @@ public:
return 0; return 0;
} }
static int close_func(void *datasource) { static int close_func(void *datasource) {
// nothing return 0;
} }
static long tell_func(void *datasource) { static long tell_func(void *datasource) {
VorbisDecoderInternal *decoder = (VorbisDecoderInternal *)datasource; VorbisDecoderInternal *decoder = (VorbisDecoderInternal *)datasource;

Loading…
Cancel
Save