fix warnings exposed by MSVC
This commit is contained in:
parent
8eb486a53e
commit
63945ecad5
@ -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;
|
||||
|
@ -70,7 +70,7 @@ typedef struct OggFLAC__FileEncoderPrivate {
|
||||
char *filename;
|
||||
FLAC__uint64 bytes_written;
|
||||
FLAC__uint64 samples_written;
|
||||
FLAC__uint64 frames_written;
|
||||
unsigned frames_written;
|
||||
unsigned total_frames_estimate;
|
||||
OggFLAC__SeekableStreamEncoder *seekable_stream_encoder;
|
||||
FILE *file;
|
||||
|
Loading…
Reference in New Issue
Block a user