summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-01-22 03:57:26 +0000
committerMonty <xiphmont@xiph.org>2001-01-22 03:57:26 +0000
commit5ca4da71c60d71e68dcb7baddb44ad20c2678b84 (patch)
treeb148b880159656d14e0d2b0d263ca8c2039e0a77
parentc2eed64da39b5946c5442c5fb140e455b8883e00 (diff)
downloadlibvorbis-git-monty_branch_20001226.tar.gz
Oops, 128kbps should be the encoder_example defaultmonty_branch_20001226
svn path=/branches/monty_branch_20001226/vorbis/; revision=1192
-rw-r--r--examples/encoder_example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/encoder_example.c b/examples/encoder_example.c
index b967f256..0ed70d84 100644
--- a/examples/encoder_example.c
+++ b/examples/encoder_example.c
@@ -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 @@ int main(){
/* 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);