[xiph-commits] r2943 - liboggz/trunk/win32
laser13 at svn.annodex.net
laser13 at svn.annodex.net
Fri Jun 15 21:43:52 PDT 2007
Author: laser13
Date: 2007-06-15 21:43:52 -0700 (Fri, 15 Jun 2007)
New Revision: 2943
Modified:
liboggz/trunk/win32/liboggz.def
Log:
Library .def file updated with entry for added function oggz_get_granulepos.
Modified: liboggz/trunk/win32/liboggz.def
===================================================================
--- liboggz/trunk/win32/liboggz.def 2007-06-16 04:16:24 UTC (rev 2942)
+++ liboggz/trunk/win32/liboggz.def 2007-06-16 04:43:52 UTC (rev 2943)
@@ -44,47 +44,48 @@
oggz_get_granulerate @23
oggz_set_granuleshift @24
oggz_get_granuleshift @25
+oggz_tell_granulepos @26
;
; Ogg file seeking functions
;
-oggz_tell @26
-oggz_tell_units @27
-oggz_seek @28
-oggz_seek_units @29
-oggz_set_data_start @30
-oggz_serialno_new @31
+oggz_tell @27
+oggz_tell_units @28
+oggz_seek @29
+oggz_seek_units @30
+oggz_set_data_start @31
+oggz_serialno_new @32
;
;oggz io functions
;
-oggz_io_set_read @32
-oggz_io_get_read_user_handle @33
-oggz_io_set_write @34
-oggz_io_get_write_user_handle @35
-oggz_io_set_seek @36
-oggz_io_get_seek_user_handle @37
-oggz_io_set_tell @38
-oggz_io_get_tell_user_handle @39
-oggz_io_set_flush @40
-oggz_io_get_flush_user_handle @41
+oggz_io_set_read @33
+oggz_io_get_read_user_handle @34
+oggz_io_set_write @35
+oggz_io_get_write_user_handle @36
+oggz_io_set_seek @37
+oggz_io_get_seek_user_handle @38
+oggz_io_set_tell @39
+oggz_io_get_tell_user_handle @40
+oggz_io_set_flush @41
+oggz_io_get_flush_user_handle @42
;
;oggz table functions.
;
-oggz_table_new @42
-oggz_table_delete @43
-oggz_table_insert @44
-oggz_table_remove @45
-oggz_table_lookup @46
-oggz_table_size @47
-oggz_table_nth @48
+oggz_table_new @43
+oggz_table_delete @44
+oggz_table_insert @45
+oggz_table_remove @46
+oggz_table_lookup @47
+oggz_table_size @48
+oggz_table_nth @49
;
; General querying
;
-oggz_get_numtracks @49
+oggz_get_numtracks @50
;
;oggz stream functions (determining content type)
More information about the commits
mailing list