Displaying 2 results from an estimated 2 matches for "current_serialno".
2004 Aug 06
1
PATCH: Faststart implementation
On Sunday 19 January 2003 03:35, Michael Smith shaped the electrons to
shout:
> There's a bad interaction here between the predata and this faststart.
> Suppose we have two logical streams (A and B), and the stream has just
> recently got to logical stream B. Now, this means the fast start queue
> contains the end of stream A, then the stream B headers, then the start
> of
2009 May 04
1
[PATCH] oggz: inefficient seeking
...mp.c b/src/tools/oggz-dump.c
index fc7e3ba..56c5eb6 100644
--- a/src/tools/oggz-dump.c
+++ b/src/tools/oggz-dump.c
@@ -361,7 +361,7 @@ revert_packet (OGGZ * oggz, ogg_packet * op, long serialno, int flush)
#ifdef DEBUG
printf ("feeding packet (%010lu) %ld bytes %s, %s\n",
- current_serialno, op->bytes,
+ serialno, op->bytes,
op->b_o_s ? "bos" : "not bos",
op->e_o_s ? "eos" : "not eos");
#endif