[xiph-cvs] cvs commit: vorbis/include/vorbis codec.h vorbisfile.h

Monty xiphmont at xiph.org
Mon Mar 3 11:52:23 PST 2003



xiphmont    03/03/03 14:52:22

  Modified:    include/vorbis codec.h vorbisfile.h
  Log:
  Commit new prototypes for ov_crosslap functionality.
  
  Monty

Revision  Changes    Path
1.42      +2 -1      vorbis/include/vorbis/codec.h

Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- codec.h	23 Sep 2002 21:47:18 -0000	1.41
+++ codec.h	3 Mar 2003 19:52:22 -0000	1.42
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.41 2002/09/23 21:47:18 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.42 2003/03/03 19:52:22 xiphmont Exp $
 
  ********************************************************************/
 
@@ -206,6 +206,7 @@
 extern int      vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op);
 extern int      vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb);
 extern int      vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm);
+extern int      vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm);
 extern int      vorbis_synthesis_read(vorbis_dsp_state *v,int samples);
 extern long     vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op);
 

<p><p>1.18      +2 -1      vorbis/include/vorbis/vorbisfile.h

Index: vorbisfile.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/vorbisfile.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vorbisfile.h	7 Mar 2002 03:41:03 -0000	1.17
+++ vorbisfile.h	3 Mar 2003 19:52:22 -0000	1.18
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id: vorbisfile.h,v 1.17 2002/03/07 03:41:03 xiphmont Exp $
+ last mod: $Id: vorbisfile.h,v 1.18 2003/03/03 19:52:22 xiphmont Exp $
 
  ********************************************************************/
 
@@ -123,6 +123,7 @@
                           int *bitstream);
 extern long ov_read(OggVorbis_File *vf,char *buffer,int length,
                     int bigendianp,int word,int sgned,int *bitstream);
+extern int ov_crosslap(OggVorbis_File *vf1,OggVorbis_File *vf2);
 
 #ifdef __cplusplus
 }

<p><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