projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add btr support to the oggdec filter.
[paraslash.git]
/
wma_afh.c
diff --git
a/wma_afh.c
b/wma_afh.c
index
f0b73b2
..
9cf8e50
100644
(file)
--- a/
wma_afh.c
+++ b/
wma_afh.c
@@
-216,7
+216,7
@@
static int wma_make_chunk_table(char *buf, size_t buf_size, int block_align,
goto fail;
afhi->seconds_total = num_frames * 2048 /* FIXME */
/ afhi->frequency;
goto fail;
afhi->seconds_total = num_frames * 2048 /* FIXME */
/ afhi->frequency;
- frames_per_chunk = num_frames / num_superframes;
+ frames_per_chunk = num_frames / num_superframes
/ 2
;
PARA_INFO_LOG("%d frames per chunk\n", frames_per_chunk);
j = 1;
FOR_EACH_FRAME(f, start, buf_size, block_align) {
PARA_INFO_LOG("%d frames per chunk\n", frames_per_chunk);
j = 1;
FOR_EACH_FRAME(f, start, buf_size, block_align) {