From 4ef8fc5283d7c33fb33a60748240181760f9431e Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 1 Aug 2002 06:42:59 +0000 Subject: [PATCH] minor syntax --- include/FLAC/file_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/file_encoder.h b/include/FLAC/file_encoder.h index fb6f4be..c4537f7 100644 --- a/include/FLAC/file_encoder.h +++ b/include/FLAC/file_encoder.h @@ -408,7 +408,7 @@ FLAC__bool FLAC__file_encoder_set_total_samples_estimate(FLAC__FileEncoder *enco * \retval FLAC__bool * \c false if the encoder is already initialized, else \c true. */ -FLAC__bool FLAC__file_encoder_set_metadata(FLAC__FileEncoder *encoder, FLAC__FileMetadata **metadata, unsigned num_blocks); +FLAC__bool FLAC__file_encoder_set_metadata(FLAC__FileEncoder *encoder, FLAC__StreamMetadata **metadata, unsigned num_blocks); /** Set the output file name encode to. * -- 2.7.4