diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-01 10:42:13 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-01 10:42:13 +0100 |
| commit | 067b28be410a00e9db128b709ca85d20bf204a90 (patch) | |
| tree | 29341ce5f793b3c5224bb72a1cc2d274cede8818 /src | |
| parent | 81b7fc519cd1f3a2c116a9e6cbb550b82166b9d2 (diff) | |
| download | box64-067b28be410a00e9db128b709ca85d20bf204a90.tar.gz box64-067b28be410a00e9db128b709ca85d20bf204a90.zip | |
Added a few libflac wrapped function (for #425)
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, |