diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-11-11 22:43:25 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-11-11 22:43:25 +0000 |
commit | acd4a4345ec2973062d7520d0802984c17e03e14 (patch) | |
tree | 3cc5e84c89c5b50edb445f36981eb8e43edc0052 /src/libFLAC/ogg_encoder_aspect.c | |
parent | b413ea41c727a5afe1fbaffbb2c56d3f67b0db4a (diff) | |
download | flac-acd4a4345ec2973062d7520d0802984c17e03e14.tar.gz |
fix compiler warnings
Diffstat (limited to 'src/libFLAC/ogg_encoder_aspect.c')
-rw-r--r-- | src/libFLAC/ogg_encoder_aspect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libFLAC/ogg_encoder_aspect.c b/src/libFLAC/ogg_encoder_aspect.c index 27c40a1c..d91d2860 100644 --- a/src/libFLAC/ogg_encoder_aspect.c +++ b/src/libFLAC/ogg_encoder_aspect.c @@ -108,7 +108,7 @@ void FLAC__ogg_encoder_aspect_set_defaults(FLAC__OggEncoderAspect *aspect) * separate write callback for the fLaC magic, and then separate write * callbacks for each metadata block and audio frame. */ -FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__uint64 total_samples_estimate, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data) +FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data) { /* WATCHOUT: * This depends on the behavior of FLAC__StreamEncoder that 'samples' |