projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba6412
)
minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-Janua...
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Tue, 25 Jan 2005 16:18:41 +0000
(16:18 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Tue, 25 Jan 2005 16:18:41 +0000
(16:18 +0000)
src/libFLAC/bitbuffer.c
patch
|
blob
|
history
diff --git
a/src/libFLAC/bitbuffer.c
b/src/libFLAC/bitbuffer.c
index 299a0f9f497f93fa622533abb84c2e8321bfb799..c9e99116fe8dcf202668401b23d10cbc9ed1f956 100644
(file)
--- a/
src/libFLAC/bitbuffer.c
+++ b/
src/libFLAC/bitbuffer.c
@@
-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;