From c7ee9e381e9041221c147946f200a7d9ff1bc6f9 Mon Sep 17 00:00:00 2001 From: cwolf Date: Sat, 29 Dec 2001 17:47:16 +0000 Subject: [PATCH] restore to stereo and max compression svn path=/trunk/vorbis/; revision=2915 --- examples/encoder_example.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/encoder_example.c b/examples/encoder_example.c index fbe0d82..137f9cc 100644 --- a/examples/encoder_example.c +++ b/examples/encoder_example.c @@ -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); -- 2.7.4