libogg documentation

libogg version 1.25 - 20000615

oggpack_adv

declared in "ogg/ogg.h";

This function advances the location pointer by the specified number of bits without reading any data.

To also check for overflow while advancing, use oggpack_adv_huff instead.


void  oggpack_adv(oggpack_buffer *b,int bits);

Parameters

b
Pointer to the current oggpack_buffer.
bits
Number of bits to advance.

Return Values

  • No values are returned.



  • copyright © 2000 xiph.org

    Ogg Vorbis
    team@xiph.org

    libogg documentation

    libogg version 1.25 - 20000615