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
f83709c7
Commit
f83709c7
authored
Jan 17, 2004
by
Josh Coalson
Browse files
remove unused stuff
parent
cc085367
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libOggFLAC/include/private/ogg_encoder_aspect.h
View file @
f83709c7
...
...
@@ -46,6 +46,15 @@ typedef struct OggFLAC__OggEncoderAspect {
ogg_page
page
;
FLAC__bool
is_first_packet
;
FLAC__uint64
samples_written
;
/*
* This is sum total of 'bytes' that have come through the write
* callback proxy since init time. It can be checked to get an
* un-Ogg-buffered current file position.
*/
#if 0
/*@@@@@@ not used, get rid of it? */
FLAC__uint64 bytes_written;
#endif
}
OggFLAC__OggEncoderAspect
;
void
OggFLAC__ogg_encoder_aspect_set_serial_number
(
OggFLAC__OggEncoderAspect
*
aspect
,
long
value
);
...
...
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