[xiph-cvs] cvs commit: vorbis/lib vorbisenc.c

Michael Smith msmith at xiph.org
Sat Jun 29 06:24:38 PDT 2002



msmith      02/06/29 06:24:38

  Modified:    lib      vorbisenc.c
  Log:
  make infinite loop finite in mode setup.

Revision  Changes    Path
1.42      +2 -1      vorbis/lib/vorbisenc.c

Index: vorbisenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/vorbisenc.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- vorbisenc.c	2002/06/29 11:17:36	1.41
+++ vorbisenc.c	2002/06/29 13:24:37	1.42
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: simple programmatic interface for encoder mode setup
- last mod: $Id: vorbisenc.c,v 1.41 2002/06/29 11:17:36 xiphmont Exp $
+ last mod: $Id: vorbisenc.c,v 1.42 2002/06/29 13:24:37 msmith Exp $
 
  ********************************************************************/
 
@@ -609,6 +609,7 @@
         return;
       }
     }
+    i++;
   }
   
   hi->setup=NULL;

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