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

Ralph Giles giles at xiph.org
Fri Sep 5 15:34:46 PDT 2003



giles       03/09/05 18:34:46

  Modified:    include/vorbis codec.h
  Log:
  Remove a dead prototype.

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

Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- codec.h	18 Aug 2003 05:34:01 -0000	1.44
+++ codec.h	5 Sep 2003 22:34:46 -0000	1.45
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.44 2003/08/18 05:34:01 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.45 2003/09/05 22:34:46 giles Exp $
 
  ********************************************************************/
 
@@ -182,7 +182,6 @@
 /* Vorbis PRIMITIVES: analysis/DSP layer ****************************/
 
 extern int      vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi);
-extern int      vorbis_analysis_restart(vorbis_dsp_state *v);
 extern int      vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
 extern int      vorbis_analysis_headerout(vorbis_dsp_state *v,
                                           vorbis_comment *vc,

<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