about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-01 10:42:13 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-01 10:42:13 +0100
commit067b28be410a00e9db128b709ca85d20bf204a90 (patch)
tree29341ce5f793b3c5224bb72a1cc2d274cede8818 /src
parent81b7fc519cd1f3a2c116a9e6cbb550b82166b9d2 (diff)
downloadbox64-067b28be410a00e9db128b709ca85d20bf204a90.tar.gz
box64-067b28be410a00e9db128b709ca85d20bf204a90.zip
Added a few libflac wrapped function (for #425)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedflac_private.h6
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,