make infinite loop finite in mode setup.
authorMike Smith <msmith@xiph.org>
Sat, 29 Jun 2002 13:24:37 +0000 (13:24 +0000)
committerMike Smith <msmith@xiph.org>
Sat, 29 Jun 2002 13:24:37 +0000 (13:24 +0000)
svn path=/trunk/vorbis/; revision=3445

lib/vorbisenc.c

index 4d2bf8a..ac1aced 100644 (file)
@@ -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 @@ static void get_setup_template(vorbis_info *vi,
        return;
       }
     }
+    i++;
   }
   
   hi->setup=NULL;