Displaying 1 result from an estimated 1 matches for "vendor_length".
Did you mean:
vector_length
2008 Mar 31
1
Problem creating ogg comment header for theatrical/stage/disco lighting stream
...kB_write(opb, value>>16&0xFF, 8);
oggpackB_write(opb, value>>24&0xFF, 8);
}
/* build the comment header packet from the passed metadata */
int libava_encode_comment(libava_state *t, libava_comment *tc, ogg_packet
*op)
{
const char *vendor = libava_version_string();
const int vendor_length = strlen(vendor);
CP_INSTANCE *cpi=(CP_INSTANCE *)(t->internal_encode);
#ifndef LIBOGG2
oggpackB_reset(cpi->oggbuffer);
#else
oggpackB_writeinit(cpi->oggbuffer, cpi->oggbufferstate);
#endif
oggpackB_write(cpi->oggbuffer, 0x81, 8);
_tp_writebuffer(cpi->oggbuffer, "libav...