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_check.html | 71 -------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 ogg/doc/libogg/ogg_sync_check.html (limited to 'ogg/doc/libogg/ogg_sync_check.html') diff --git a/ogg/doc/libogg/ogg_sync_check.html b/ogg/doc/libogg/ogg_sync_check.html deleted file mode 100644 index daac330..0000000 --- a/ogg/doc/libogg/ogg_sync_check.html +++ /dev/null @@ -1,71 +0,0 @@ - - - -libogg - function - ogg_sync_check - - - - - - - - - -

libogg documentation

libogg release 1.3.2 - 20140527

- -

ogg_sync_check

- -

declared in "ogg/ogg.h";

- -

This function is used to check the error or readiness condition of an ogg_sync_state structure. -

It is safe practice to ignore unrecoverable errors (such as an internal error caused by a malloc() failure) returned by ogg stream synchronization calls. Should an -internal error occur, the ogg_sync_state structure will be cleared (equivalent to a -call to -ogg_sync_clear) and subsequent calls -using this ogg_sync_state will be -noops. Error detection is then handled via a single call to -ogg_sync_check at the end of the operational block.

- -

- - - - -
-

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

Parameters

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

Return Values

-
-
  • -0 is returned if the ogg_sync_state structure is initialized and ready.
  • -
  • -nonzero is returned if the structure was never initialized, or if an unrecoverable internal error occurred in a previous call using the passed in ogg_sync_state struct.
  • -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2000-2014 Xiph.Org

    Ogg Container Format

    libogg documentation

    libogg release 1.3.2 - 20140527

    - - - - - -- cgit v1.1