[xiph-cvs] cvs commit: vorbis/include/vorbis vorbisenc.h

Jack Moffitt jack at xiph.org
Tue Dec 18 18:08:55 PST 2001



jack        01/12/18 18:08:55

  Modified:    include/vorbis vorbisenc.h
  Log:
  Fix missing variable in header.

Revision  Changes    Path
1.6       +2 -2      vorbis/include/vorbis/vorbisenc.h

Index: vorbisenc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/vorbisenc.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vorbisenc.h	2001/08/13 01:36:56	1.5
+++ vorbisenc.h	2001/12/19 02:08:55	1.6
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: vorbis encode-engine setup
- last mod: $Id: vorbisenc.h,v 1.5 2001/08/13 01:36:56 xiphmont Exp $
+ last mod: $Id: vorbisenc.h,v 1.6 2001/12/19 02:08:55 jack Exp $
 
  ********************************************************************/
 
@@ -37,7 +37,7 @@
                                   long channels,
                                   long rate,
                                   
-				  float /* quality level from 0. (lo) to 1. (hi) */
+				  float base_quality /* quality level from 0. (lo) to 1. (hi) */
                                   );
 
 extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);

--- >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