mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix warnings exposed by MSVC
This commit is contained in:
@@ -68,7 +68,7 @@ typedef struct FLAC__FileEncoderPrivate {
|
||||
char *filename;
|
||||
FLAC__uint64 bytes_written;
|
||||
FLAC__uint64 samples_written;
|
||||
FLAC__uint64 frames_written;
|
||||
unsigned frames_written;
|
||||
unsigned total_frames_estimate;
|
||||
FLAC__SeekableStreamEncoder *seekable_stream_encoder;
|
||||
FILE *file;
|
||||
|
||||
Reference in New Issue
Block a user