You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/ogmtools/files/ogmtools-1.5-summary_length...

12 lines
330 B

--- a/ogminfo.c
+++ b/ogminfo.c
@@ -513,7 +513,7 @@
stream->serial, stream->size,
(stream->size * 8.0 / 1000.0) / now,
(stream->size / 1024.0) / now,
- stream->num_packets, now * 1000.0);
+ stream->num_packets, now);
stream = stream->next;
}
}