[xiph-cvs] cvs commit: vorbis-tools/oggenc encode.c

Michael Smith msmith at xiph.org
Thu Jul 11 07:59:05 PDT 2002



msmith      02/07/11 07:59:04

  Modified:    oggenc   encode.c
  Log:
  Print quality correctly in some cases.

Revision  Changes    Path
1.25      +1 -1      vorbis-tools/oggenc/encode.c

Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/encode.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- encode.c	2002/07/01 11:44:02	1.24
+++ encode.c	2002/07/11 14:59:04	1.25
@@ -407,7 +407,7 @@
         fprintf(stderr, _("Encoding %s%s%s to \n         %s%s%s \nat quality level %2.2f using constrained VBR "),
                             fn?"\"":"", fn?fn:_("standard input"), fn?"\"":"",
                 outfn?"\"":"", outfn?outfn:_("standard output"), outfn?"\"":"",
-                quality);
+                quality * 10);
         print_brconstraints(min,max);
         fprintf(stderr, "\n");
     }

<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