[xiph-commits] r16048 - trunk/ogg/include/ogg
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue May 26 20:55:40 PDT 2009
Author: xiphmont
Date: 2009-05-26 20:55:40 -0700 (Tue, 26 May 2009)
New Revision: 16048
Modified:
trunk/ogg/include/ogg/ogg.h
Log:
Add now async error interface calls to ogg.h
Modified: trunk/ogg/include/ogg/ogg.h
===================================================================
--- trunk/ogg/include/ogg/ogg.h 2009-05-27 03:49:26 UTC (rev 16047)
+++ trunk/ogg/include/ogg/ogg.h 2009-05-27 03:55:40 UTC (rev 16048)
@@ -167,6 +167,7 @@
extern int ogg_sync_clear(ogg_sync_state *oy);
extern int ogg_sync_reset(ogg_sync_state *oy);
extern int ogg_sync_destroy(ogg_sync_state *oy);
+extern int ogg_sync_check(ogg_sync_state *oy);
extern char *ogg_sync_buffer(ogg_sync_state *oy, long size);
extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
@@ -183,6 +184,7 @@
extern int ogg_stream_reset(ogg_stream_state *os);
extern int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno);
extern int ogg_stream_destroy(ogg_stream_state *os);
+extern int ogg_stream_check(ogg_stream_state *os);
extern int ogg_stream_eos(ogg_stream_state *os);
extern void ogg_page_checksum_set(ogg_page *og);
More information about the commits
mailing list