From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- ogg/doc/libogg/ogg_sync_destroy.html | 68 ------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 ogg/doc/libogg/ogg_sync_destroy.html (limited to 'ogg/doc/libogg/ogg_sync_destroy.html') diff --git a/ogg/doc/libogg/ogg_sync_destroy.html b/ogg/doc/libogg/ogg_sync_destroy.html deleted file mode 100644 index 333faf3..0000000 --- a/ogg/doc/libogg/ogg_sync_destroy.html +++ /dev/null @@ -1,68 +0,0 @@ - - - -libogg - function - ogg_sync_destroy - - - - - - - - - -

libogg documentation

libogg release 1.3.2 - 20140527

- -

ogg_sync_destroy

- -

declared in "ogg/ogg.h";

- -

This function is used to destroy an ogg_sync_state struct and free all memory used.

- -

Note this calls free() on its argument so you should only use this -function if you've allocated the ogg_sync_state on the heap. If it is -allocated on the stack, or it will otherwise be freed by your -own code, use ogg_sync_clear instead -to release just the internal memory.

- -

- - - - -
-

-int ogg_sync_destroy(ogg_sync_state *oy);
-
-
- -

Parameters

-
-
oy
-
Pointer to a previously declared ogg_sync_state struct.
-
- - -

Return Values

-
-
  • -0 is always returned.
  • -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2000-2014 Xiph.Org

    Ogg Container Format

    libogg documentation

    libogg release 1.3.2 - 20140527

    - - - - - -- cgit v1.1