[xiph-cvs] cvs commit: vorbis/win32 vorbis.def
Chris Wolf
cwolf at xiph.org
Tue Oct 23 06:27:19 PDT 2001
cwolf 01/10/23 06:27:19
Modified: win32 vorbis.def
Log:
add vorbis_commentheader_out and sort entries
Revision Changes Path
1.7 +23 -22 vorbis/win32/vorbis.def
Index: vorbis.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis.def,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vorbis.def 2001/10/18 17:41:31 1.6
+++ vorbis.def 2001/10/23 13:27:18 1.7
@@ -1,34 +1,35 @@
-;
-; $Id: vorbis.def,v 1.6 2001/10/18 17:41:31 cwolf Exp $
;
+; $Id: vorbis.def,v 1.7 2001/10/23 13:27:18 cwolf Exp $
+;
LIBRARY
EXPORTS
-vorbis_info_init
-vorbis_info_clear
-vorbis_comment_init
+_floor_P
+_mapping_P
+_residue_P
+_time_P
+_vi_psy_copy
+vorbis_analysis
+vorbis_analysis_blockout
+vorbis_analysis_buffer
+vorbis_analysis_headerout
+vorbis_analysis_init
+vorbis_analysis_wrote
+vorbis_block_clear
+vorbis_block_init
vorbis_comment_add
vorbis_comment_add_tag
+vorbis_comment_clear
+vorbis_comment_init
vorbis_comment_query
vorbis_comment_query_count
-vorbis_comment_clear
-vorbis_block_init
-vorbis_block_clear
+vorbis_commentheader_out
vorbis_dsp_clear
-vorbis_analysis_init
-vorbis_analysis_headerout
-vorbis_analysis_buffer
-vorbis_analysis_wrote
-vorbis_analysis_blockout
-vorbis_analysis
-vorbis_synthesis_headerin
-vorbis_synthesis_init
+vorbis_info_clear
+vorbis_info_init
+vorbis_packet_blocksize
vorbis_synthesis
vorbis_synthesis_blockin
+vorbis_synthesis_headerin
+vorbis_synthesis_init
vorbis_synthesis_pcmout
vorbis_synthesis_read
-vorbis_packet_blocksize
-_vi_psy_copy
-_mapping_P
-_floor_P
-_residue_P
-_time_P
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list