diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedflac_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedflac_private.h b/src/wrapped/wrappedflac_private.h index 5dea8548..ba5d75c0 100755 --- a/src/wrapped/wrappedflac_private.h +++ b/src/wrapped/wrappedflac_private.h @@ -134,10 +134,10 @@ GOM(FLAC__stream_decoder_init_stream, iFEppppppppp) //DATA(FLAC__StreamDecoderLengthStatusString, GO(FLAC__stream_decoder_new, pFv) GO(FLAC__stream_decoder_process_single, iFp) -//GO(FLAC__stream_decoder_process_until_end_of_metadata, -//GO(FLAC__stream_decoder_process_until_end_of_stream, +GO(FLAC__stream_decoder_process_until_end_of_metadata, iFp) +GO(FLAC__stream_decoder_process_until_end_of_stream, iFp) //DATA(FLAC__StreamDecoderReadStatusString, -//GO(FLAC__stream_decoder_reset, +GO(FLAC__stream_decoder_reset, iFp) GO(FLAC__stream_decoder_seek_absolute, iFpU) //DATA(FLAC__StreamDecoderSeekStatusString, //GO(FLAC__stream_decoder_set_md5_checking, |