Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
04319239
Commit
04319239
authored
Sep 20, 2002
by
Josh Coalson
Browse files
minor comments
parent
66a5907a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libOggFLAC/stream_encoder.c
View file @
04319239
...
...
@@ -630,7 +630,7 @@ FLAC__StreamEncoderWriteStatus write_callback_(const FLAC__StreamEncoder *unused
memset
(
&
packet
,
0
,
sizeof
(
packet
));
packet
.
packet
=
(
unsigned
char
*
)
buffer
;
packet
.
granulepos
=
encoder
->
private_
->
samples_written
;
/*
@@@
WATCHOUT:
/* WATCHOUT:
* This depends on the behavior of FLAC__StreamEncoder that 'samples'
* will be 0 for metadata writes.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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