Commit new prototypes for ov_crosslap functionality.
authorMonty <xiphmont@xiph.org>
Mon, 3 Mar 2003 19:52:22 +0000 (19:52 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 3 Mar 2003 19:52:22 +0000 (19:52 +0000)
Monty

svn path=/trunk/vorbis/; revision=4399

include/vorbis/codec.h
include/vorbis/vorbisfile.h

index ee47fdc..3bbdc5c 100644 (file)
@@ -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(vorbis_block *vb,ogg_packet *op);
 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);
 
index a7c4c7b..7969d60 100644 (file)
@@ -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 @@ extern long ov_read_float(OggVorbis_File *vf,float ***pcm_channels,int samples,
                          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
 }