Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
63945eca
Commit
63945eca
authored
Jul 23, 2004
by
Josh Coalson
Browse files
fix warnings exposed by MSVC
parent
8eb486a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/file_encoder.c
View file @
63945eca
...
...
@@ -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
;
...
...
src/libOggFLAC/file_encoder.c
View file @
63945eca
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment