projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f7bcc2f
)
oggdec.c: %d -> %zd fixes
author
Andre
<maan@p133.(none)>
Tue, 7 Mar 2006 00:09:39 +0000
(
01:09
+0100)
committer
Andre
<maan@p133.(none)>
Tue, 7 Mar 2006 00:09:39 +0000
(
01:09
+0100)
oggdec.c
patch
|
blob
|
history
diff --git
a/oggdec.c
b/oggdec.c
index acd4f120e8158911af99d789959e457db1ae5826..d6c8f1121f0cf11f3289e4ba64cbf713f99950aa 100644
(file)
--- a/
oggdec.c
+++ b/
oggdec.c
@@
-134,12
+134,12
@@
static ssize_t ogg_convert(char *inbuffer, size_t len, struct filter_node *fn)
if (!pod->vf) {
int ib = 1024 * conf->initial_buffer_arg; /* initial buffer */
if (len <ib && !*fn->fci->eof && !fn->fci->error) {
if (!pod->vf) {
int ib = 1024 * conf->initial_buffer_arg; /* initial buffer */
if (len <ib && !*fn->fci->eof && !fn->fci->error) {
- PARA_INFO_LOG("initial input buffer %d/%d, waiting for more data\n",
+ PARA_INFO_LOG("initial input buffer %
z
d/%d, waiting for more data\n",
len, ib);
return 0;
}
pod->vf = para_malloc(sizeof(struct OggVorbis_File));
len, ib);
return 0;
}
pod->vf = para_malloc(sizeof(struct OggVorbis_File));
- PARA_NOTICE_LOG("input buffer: %d, opening ov callbacks\n", len);
+ PARA_NOTICE_LOG("input buffer: %
z
d, opening ov callbacks\n", len);
ret = ov_open_callbacks(fn, pod->vf,
NULL, /* no initial buffer */
0, /* no initial bytes */
ret = ov_open_callbacks(fn, pod->vf,
NULL, /* no initial buffer */
0, /* no initial bytes */