[vorbis-dev] rehuff [source attached]
Alan MacDonald
newslists at warpzillion.com
Thu Aug 1 09:37:10 PDT 2002
Here's one problem:
[recode-headers.c]
int header2_recode(ogg_packet *op_in, ogg_packet *op_out, struct headers
*headers)
{
...
oggpack_copy(&ob_in, &ob_out, 6);
for (i = 0; i < headers->mappings; i++);
recode_mapping(&ob_in, &ob_out, headers->mapping + i,
headers);
oggpack_copy(&ob_in, &ob_out, 6);
for (i = 0; i < headers->modes; i++);
recode_mode(&ob_in, &ob_out, headers->mode + i);
...
}
Are the semicolons after the for loops suppose to be there?
<p>Alan
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list