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
e94ad4f0
Commit
e94ad4f0
authored
Jan 25, 2005
by
Josh Coalson
Browse files
minor removal of unused code; see
http://lists.xiph.org/pipermail/flac-dev/2005-January/001703.html
parent
7ba64127
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/bitbuffer.c
View file @
e94ad4f0
...
...
@@ -2193,7 +2193,7 @@ FLAC__bool FLAC__bitbuffer_read_rice_signed_block(FLAC__BitBuffer *bb, int vals[
i
++
;
goto
break2
;
}
*
(
++
vals
)
;
++
vals
;
msbs
=
0
;
state
=
0
;
...
...
@@ -2214,7 +2214,7 @@ FLAC__bool FLAC__bitbuffer_read_rice_signed_block(FLAC__BitBuffer *bb, int vals[
--
val_i
;
if
(
val_i
==
0
)
goto
break2
;
*
(
++
vals
)
;
++
vals
;
msbs
=
0
;
state
=
0
;
...
...
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