[xiph-cvs] cvs commit: win32-tools/oggdrop main.c
Chris Wolf
cwolf at xiph.org
Sun Jan 6 11:29:58 PST 2002
cwolf 02/01/06 11:29:57
Modified: oggdrop main.c
Log:
Fix bitrate display bug.
Revision Changes Path
1.13 +0 -3 win32-tools/oggdrop/main.c
Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- main.c 2002/01/06 19:17:00 1.12
+++ main.c 2002/01/06 19:29:57 1.13
@@ -288,9 +288,6 @@
(void) sprintf(nbrCaption, "%s: %.1f kbit/s ",
approxBRCaption, nominalBitrate/1000);
- if (oe_mode != OE_MODE_QUALITY)
- (void) strcpy(approxBRCaption, "Bitrate");
-
DrawText(offscreen, nbrCaption, -1,
&vbrBR, DT_SINGLELINE | DT_CENTER);
}
--- >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