summaryrefslogtreecommitdiff
path: root/examples/encoder_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/encoder_example.c')
-rw-r--r--examples/encoder_example.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/encoder_example.c b/examples/encoder_example.c
index 4ef4d300..1e179aec 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.11 2000/08/15 09:45:47 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.12 2000/08/15 11:53:18 xiphmont Exp $
********************************************************************/
@@ -25,7 +25,7 @@
#include <stdlib.h>
#include <time.h>
#include <math.h>
-#include "vorbis/mode_E.h"
+#include "vorbis/mode_C.h"
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>
@@ -79,7 +79,7 @@ int main(){
/* choose an encoding mode */
/* (mode 0: 44kHz stereo uncoupled, roughly 128kbps VBR) */
- vi=&info_E;
+ vi=&info_C;
/* add a comment */
vorbis_comment_init(&vc);