[xiph-cvs] cvs commit: vorbis/examples encoder_example.c

Monty xiphmont at xiph.org
Sun Jan 21 19:57:27 PST 2001



xiphmont    01/01/21 19:57:26

  Modified:    examples Tag: monty_branch_20001226 encoder_example.c
  Log:
  Oops, 128kbps should be the encoder_example default

Revision  Changes    Path
No                   revision

No                   revision

1.17.2.3  +2 -2      vorbis/examples/encoder_example.c

Index: encoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/encoder_example.c,v
retrieving revision 1.17.2.2
retrieving revision 1.17.2.3
diff -u -r1.17.2.2 -r1.17.2.3
--- encoder_example.c	2001/01/19 16:03:33	1.17.2.2
+++ encoder_example.c	2001/01/22 03:57:26	1.17.2.3
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: simple example encoder
- last mod: $Id: encoder_example.c,v 1.17.2.2 2001/01/19 16:03:33 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.17.2.3 2001/01/22 03:57:26 xiphmont Exp $
 
  ********************************************************************/
 
@@ -80,7 +80,7 @@
   /* choose an encoding mode */
   /* (mode 0: 44kHz stereo uncoupled, roughly 128kbps VBR) */
   vorbis_info_init(&vi);
-  vorbis_encode_init(&vi,2,44100, -1, 350000, -1);
+  vorbis_encode_init(&vi,2,44100, -1, 128000, -1);
 
   /* add a comment */
   vorbis_comment_init(&vc);

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