From 067b28be410a00e9db128b709ca85d20bf204a90 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 1 Nov 2022 10:42:13 +0100 Subject: Added a few libflac wrapped function (for #425) --- src/wrapped/wrappedflac_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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, -- cgit 1.4.1