projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f50dd1b
)
wma: Remove an unused variable.
author
Andre Noll
<maan@systemlinux.org>
Mon, 12 Oct 2009 18:37:01 +0000
(20:37 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 18 Nov 2009 18:34:12 +0000
(19:34 +0100)
wma_afh.c
patch
|
blob
|
history
diff --git
a/wma_afh.c
b/wma_afh.c
index dc7994e0053a560a1e716a01312a658d155d175c..6db79d0e9ad887256db8c6cd1f942f3bfa3bc9bd 100644
(file)
--- a/
wma_afh.c
+++ b/
wma_afh.c
@@
-197,7
+197,7
@@
static int wma_make_chunk_table(char *buf, size_t buf_size, int block_align,
struct afh_info *afhi)
{
const uint8_t *f, *start = (uint8_t *)buf;
struct afh_info *afhi)
{
const uint8_t *f, *start = (uint8_t *)buf;
- int i, j, frames_per_chunk
, chunk_time
;
+ int i, j, frames_per_chunk;
size_t ct_size = 250;
int ret, count = 0, num_frames, num_superframes;
size_t ct_size = 250;
int ret, count = 0, num_frames, num_superframes;