Displaying 2 results from an estimated 2 matches for "next_action_po".
Did you mean:
next_action_pos
2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
Greetings one and all;
I'm not subscribed to this list so I'm first sending this message
to verify that mails from me make it through, and then later I'll
send the juicy messages with patches. Also, the address I'm using
is IPv6-only and doesn't often work, so drop me from any replies
and I'll catch the archives, or drop only the hostname part to get
an IPv4 address that
2002 Oct 05
2
ogg123 remote interface
...ignore ogg123.orig/buffer.c ogg123/buffer.c
--- ogg123.orig/buffer.c Sat Oct 5 14:40:18 2002
+++ ogg123/buffer.c Sat Oct 5 14:52:04 2002
@@ -153,13 +153,6 @@
}
-void free_action (action_t *action)
-{
- free(action);
-}
-
-
-
int compute_dequeue_size (buf_t *buf, int request_size)
{
int next_action_pos;
@@ -542,12 +535,6 @@
/* Note: Even if curfill is still 0, nothing bad will happen here */
- /* For simplicity, the number of bytes played must satisfy
- the following three requirements:
-
- 1. Do not copy more bytes than are stored in the buffer.
- 2. Do...