search for: q_size

Displaying 1 result from an estimated 1 matches for "q_size".

Did you mean: __size
2001 Jan 01
1
By design or a bug?
...API incorrectly, or if this is an actual bug. ----- Attached is a short patch to vorbis-tools/oggenc/encode.c (from CVS head, 01/01/01... I just wanted to type that :-) that gives strange behavior; I'm not sure that I understand why. The main encoding loop is the same except that I queue up Q_SIZE (10, in this patch) ogg_packets -- the result of vorbis_analyze() -- before sending them to the output stream. It's a simple array of ogg_packet[Q_SIZE], that, when filled, loops over the array and calls ogg_stream_packetin(), ogg_stream_pageout(), and oe_write_page() (fwrites the resulting og...