Skip to content
GitLab
Menu
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
8de897c9
Commit
8de897c9
authored
Mar 21, 2001
by
Josh Coalson
Browse files
add prototype for escape-code function
parent
9a909db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/include/private/bitbuffer.h
View file @
8de897c9
...
...
@@ -48,6 +48,7 @@ unsigned FLAC__bitbuffer_golomb_bits_signed(int val, unsigned parameter);
unsigned
FLAC__bitbuffer_golomb_bits_unsigned
(
unsigned
val
,
unsigned
parameter
);
bool
FLAC__bitbuffer_write_symmetric_rice_signed
(
FLAC__BitBuffer
*
bb
,
int
val
,
unsigned
parameter
);
bool
FLAC__bitbuffer_write_symmetric_rice_signed_guarded
(
FLAC__BitBuffer
*
bb
,
int
val
,
unsigned
parameter
,
unsigned
max_bits
,
bool
*
overflow
);
bool
FLAC__bitbuffer_write_symmetric_rice_signed_escape
(
FLAC__BitBuffer
*
bb
,
int
val
,
unsigned
parameter
);
bool
FLAC__bitbuffer_write_rice_signed
(
FLAC__BitBuffer
*
bb
,
int
val
,
unsigned
parameter
);
bool
FLAC__bitbuffer_write_rice_signed_guarded
(
FLAC__BitBuffer
*
bb
,
int
val
,
unsigned
parameter
,
unsigned
max_bits
,
bool
*
overflow
);
bool
FLAC__bitbuffer_write_golomb_signed
(
FLAC__BitBuffer
*
bb
,
int
val
,
unsigned
parameter
);
...
...
Write
Preview
Supports
Markdown
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