[xiph-cvs] cvs commit: vorbis/examples encoder_example.c
Segher Boessenkool
segher at xiph.org
Wed Jan 23 08:04:56 PST 2002
segher 02/01/23 08:04:56
Modified: examples encoder_example.c
Log:
All comments should be old-style ( /* ... */ ) comments.
Closes #134.
Revision Changes Path
1.36 +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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- encoder_example.c 2001/12/29 17:47:16 1.35
+++ encoder_example.c 2002/01/23 16:04:55 1.36
@@ -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 @@
/* (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);
<p><p><p>--- >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