restore to stereo and max compression
authorcwolf <cwolf@xiph.org>
Sat, 29 Dec 2001 17:47:16 +0000 (17:47 +0000)
committercwolf <cwolf@xiph.org>
Sat, 29 Dec 2001 17:47:16 +0000 (17:47 +0000)
svn path=/trunk/vorbis/; revision=2915

examples/encoder_example.c

index fbe0d82..137f9cc 100644 (file)
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: simple example encoder
- last mod: $Id: encoder_example.c,v 1.34 2001/12/23 11:59:22 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.35 2001/12/29 17:47:16 cwolf Exp $
 
  ********************************************************************/
 
@@ -97,8 +97,7 @@ int main(){
   /* (quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR) */
   vorbis_info_init(&vi);
 
-  vorbis_encode_init_vbr(&vi,1,44100,.4);
-  /*vorbis_encode_init(&vi,2,44100,-1,128000,-1);*/
+  vorbis_encode_init_vbr(&vi,2,44100,.1); // max compression
 
   /* add a comment */
   vorbis_comment_init(&vc);