All comments should be old-style ( /* ... */ ) comments.
authorSegher Boessenkool <segher@xiph.org>
Wed, 23 Jan 2002 16:04:55 +0000 (16:04 +0000)
committerSegher Boessenkool <segher@xiph.org>
Wed, 23 Jan 2002 16:04:55 +0000 (16:04 +0000)
Closes #134.

svn path=/trunk/vorbis/; revision=2980

examples/encoder_example.c

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