X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FlibFLAC%2Fstream_decoder.c;h=29e4469a13fd5339fbb51208e1a26ea86fd60be1;hb=7dc5e3a8ff3f1b348580f48cccf4d2fd24d6384e;hp=753fd23059faa865f17b9fdd455fbef01c9999e7;hpb=5705b4d7b2c3c5311138e9f4b66658c51f3cc22b;p=platform%2Fupstream%2Fflac.git diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index 753fd23..29e4469 100644 --- a/src/libFLAC/stream_decoder.c +++ b/src/libFLAC/stream_decoder.c @@ -3342,7 +3342,7 @@ FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *dec FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data) { - struct _flac_stat filestats; + struct flac_stat_s filestats; (void)client_data; if(decoder->private_->file == stdin)