search for: oggbyte_read1

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

2003 Jul 22
2
Patch to get libogg2 to build with gcc 2.96
...eader values */ - long pageno=ogg_page_pageno(&og); + long pageno; oggbyte_buffer ob; + og.header=os->header_tail; /* only for parsing header values */ + pageno=ogg_page_pageno(&og); oggbyte_init(&ob,os->header_tail,0); os->lacing_fill=oggbyte_read1(&ob,26); <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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed...