From 740291cf2ae7f360b4ab119746da9ac2ef6611e4 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 13 Jul 2026 12:40:00 +0000 Subject: Import xiph/ogg @ 36f969bb37559345ee03796ed625a9abd42c6db9 Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/xiph/ogg (36f969bb37559345ee03796ed625a9abd42c6db9). --- doc/libogg/oggpack_look.html | 66 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 doc/libogg/oggpack_look.html (limited to 'doc/libogg/oggpack_look.html') diff --git a/doc/libogg/oggpack_look.html b/doc/libogg/oggpack_look.html new file mode 100644 index 0000000..27e9b37 --- /dev/null +++ b/doc/libogg/oggpack_look.html @@ -0,0 +1,66 @@ + + + +libogg - function - oggpack_look + + + + + + + + + +

libogg documentation

libogg release 1.3.4 - 20190830

+ +

oggpack_look

+ +

declared in "ogg/ogg.h";

+ +

This function looks at a specified number of bits inside the buffer without advancing the location pointer. +

The specified number of bits are read, starting from the location pointer. +

This function can be used to read 32 or fewer bits. + +

+ + + + +
+

+long  oggpack_look(oggpack_buffer *b,int bits);
+
+
+ +

Parameters

+
+
b
+
Pointer to oggpack_buffer to be read.
+
bits
+
Number of bits to look at. For this function, must be 32 or fewer.
+
+ + +

Return Values

+
+
  • +n represents the requested bits.
  • +
    +

    + +

    +


    + + + + + + + + +

    copyright © 2000-2019 Xiph.Org Foundation

    Ogg Container Format

    libogg documentation

    libogg release 1.3.4 - 20190830

    + + + + + -- cgit v1.2.3