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

Monty xiphmont at xiph.org
Tue Mar 4 13:23:37 PST 2003



xiphmont    03/03/04 16:23:37

  Modified:    include/vorbis codec.h
  Log:
  Add API call to reset decode state without dumping decode setup.

Revision  Changes    Path
1.43      +3 -1      vorbis/include/vorbis/codec.h

Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- codec.h	3 Mar 2003 19:52:22 -0000	1.42
+++ codec.h	4 Mar 2003 21:23:37 -0000	1.43
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.42 2003/03/03 19:52:22 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.43 2003/03/04 21:23:37 xiphmont Exp $
 
  ********************************************************************/
 
@@ -182,6 +182,7 @@
 /* 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,
@@ -202,6 +203,7 @@
                                           ogg_packet *op);
 
 extern int      vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi);
+extern int      vorbis_synthesis_restart(vorbis_dsp_state *v);
 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);

<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